@charset "utf-8";
:root {
  --color: #1fc676;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'pop';
  src: url(../font/POPPINS-REGULAR.ttf);
}
.font-pop {
  font-family: 'pop', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@font-face {
  font-family: 'med';
  src: url(../font/POPPINS-MEDIUM.ttf);
}
.font-med {
  font-family: 'med', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  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: #003586;
}
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: '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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container3 {
  margin: 0 auto;
  width: 83.55%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container3 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container3 {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 73.5%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.container {
  margin: 0 auto;
  width: 87.7284%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container {
    width: 88%;
  }
}
@media (max-width: 1260px) {
  .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;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.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: #003586;
}
.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.5s;
}
.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;
}
#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: #003586;
}
#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: #003586;
}
#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: #003586;
}
#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-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
/* #c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    line-height: 1rem;
    text-align: center;
    color: #fff;
    transition: .3s;
    transition: .3s;
    @media @max-sm {
        line-height: 1.2rem;
    }
    a {
        color: #fff;
        transition: .3s;
    }
    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media @max-sm {
            height: 1.2rem;
        }
    }
    .c-right-box {
        display: flex;
        align-items: center;
    }
    &.c-head-move {
        top: -1rem;
        @media @max-sm {
            top: -1.2rem;
        }
    }
    &.c-style2 {
        color: #333;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
        a {
            color: #333;
        }
    }
} */
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #003586;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #003586;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #003586 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #003586;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #003586 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #003586;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #003586;
}
#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: #003586;
  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: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.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-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  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.5s;
}
#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.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #003586;
}
#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;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #003586;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #003586;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #003586;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #003586;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #18da46;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #179a16;
}
/* 图片盒子 */
.img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 公共 */
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
}
.font60 {
  font-size: 0.6rem;
}
.font70 {
  font-size: 0.7rem;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
}
@media (max-width: 1460px) {
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: auto;
  height: 100%;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.64rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.27rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #e55514;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #e55514 !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #e55514 !important;
}
.nav > ul > li:hover > a p::after,
.nav > ul > .on > a p::after {
  width: 100%;
}
.nav > ul > .on > a .xs {
  display: none;
}
.nav > ul > .on > a .yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .img2 {
  display: none;
}
.nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path {
  fill: #fff;
}
.nav > ul > li > a:hover .img1,
.nav > ul > .on > a .img1 {
  display: none !important;
}
.nav > ul > li > a:hover .img2,
.nav > ul > .on > a .img2 {
  display: block !important;
}
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #000;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #fff !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #fff;
}
.nav_on .nav_login {
  color: #fff;
}
.nav_on .nav > ul > li > a > p {
  color: #fff;
}
.nav_on svg path {
  fill: #fff !important;
}
.nav_on2 {
  background: #000;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #fff;
}
.nav_on2 .nav_login {
  color: #fff !important;
}
.nav_on2 .nav_col {
  color: #fff !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #fff;
}
.nav_on2 svg path {
  fill: #fff !important;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav2 > a {
  padding: 7px 15px;
  text-align: left;
  display: block;
  margin: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #333;
  color: #fff;
}
/* 移动端导航 */
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box svg {
  width: 12px;
  height: auto;
}
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333 !important;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li ul {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i {
  background: #fff;
}
#g-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .h_b_box {
    height: calc(100vh - 60px);
    text-align: center;
  }
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
    padding-right: 0.4rem;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #g-header .c-switch i {
    background: #fff;
  }
  .nav_on #g-header .c-switch i {
    background: #fff;
  }
  nav {
    background: #fff;
  }
  .h_banner {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #g-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
.nav_box2 .bb {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
.nav_box2 .bb .left {
  display: flex;
  align-items: center;
}
.nav_box2 .bb .left .bb_lco {
  margin-right: 0.36rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2b579a;
  transition: all 0.4s;
}
.nav_box2 .bb .left .bb_lco:last-child {
  margin-right: 0;
}
.nav_box2 .bb .left .bb_lco:hover {
  background: #fff;
}
.nav_box2 .bb .left .bb_lco:hover svg path {
  fill: #2b579a !important;
}
.nav_box2 .bb .left .bb_lco svg {
  width: 53.84%;
}
.nav_box2 .bb .left .bb_lco svg path {
  transition: all 0.4s;
  fill: #2b579a !important;
}
.nav_box2 .bb .right {
  width: 152px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.nav_box2 .bb .right .tit {
  padding: 0 0.14rem 0.12rem;
  width: 100%;
}
.nav_box2 .bb .right .tit p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_box2 .bb .right .tit p a {
  color: #2b579a;
}
.nav_box2 .bb .right .tit p svg {
  width: 9px;
  height: auto;
}
.nav_box2 .bb .right .tit p svg path {
  fill: #2b579a !important;
}
.nav_box2 .bb .right .g_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.12rem 0.14rem;
}
.nav_box2 .bb .right .g_box .g_con {
  flex-direction: column;
  display: flex;
}
.nav_box2 .bb .right .g_box .g_con a {
  margin-bottom: 0.05rem;
  color: #333;
  line-height: 1.8;
}
/* 开始 */
.h_banner {
  height: 100vh;
}
@media (max-width: 767px) {
  .h_banner {
    height: 66vh;
  }
}
.h_banner .swiper-container {
  height: 100%;
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
}
.h_banner .h_b_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  text-align: center;
  line-height: 1.2;
}
.h_banner .home_pag {
  bottom: 0.5rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  width: 4px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  opacity: 0.7;
  transition: all 0.4s;
  margin: 0 0.13rem;
}
.h_banner .home_pag .swiper-pagination-bullet-active {
  height: 20px;
  opacity: 1;
}
.public-btn {
  cursor: pointer;
  height: 0.56rem;
  background: #003586;
  border-radius: 100px;
  padding: 0 0.47rem;
  transition: all 0.4s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-btn:hover {
  background: #fff;
  border-color: #003586;
}
.public-btn:hover p {
  color: #003586;
}
.public-btn:hover svg {
  left: 5px;
}
.public-btn:hover svg path {
  fill: #003586;
}
.public-btn p {
  color: #fff;
}
.public-btn svg {
  position: relative;
  left: 0;
  transition: all 0.4s;
  margin-left: 0.14rem;
}
.public-btn svg path {
  fill: #fff;
}
.public-btn2 {
  height: auto;
  padding: 0;
  background: none;
}
.public-btn2:hover {
  background: none;
  border-color: transparent;
}
.public-btn2 p {
  color: #003586;
}
.public-btn2 svg path {
  fill: #003586;
}
.public-btn3 {
  background: #fff;
}
.public-btn3:hover {
  border-color: #fff;
}
.public-btn3 p {
  color: #003586;
}
.public-btn3 svg path {
  fill: #003586;
}
.public-btn5 {
  cursor: pointer;
  height: 0.56rem;
  background: #e73211;
  border-radius: 100px;
  padding: 0 0.47rem;
  transition: all 0.4s;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1rem;
}
@media (max-width: 767px) {
  .public-btn5 {
    height: 0.8rem;
  }
}
.public-btn5:hover {
  background: #fff;
  border-color: #e73211;
}
.public-btn5:hover p {
  color: #e73211;
}
.public-btn5:hover svg {
  left: 5px;
}
.public-btn5:hover svg path {
  fill: #e73211;
}
.public-btn5 p {
  color: #fff;
}
.public-btn5 svg {
  position: relative;
  left: 0;
  transition: all 0.4s;
  margin-left: 0.14rem;
}
.public-btn5 svg path {
  fill: #fff;
}
.nav_rr {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 0.46rem;
}
.nav_rr .nav_tel {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nav_rr .nav_tel {
    display: none;
  }
}
.nav_rr .nav_tel p {
  color: #fff;
  font-weight: bold;
  margin-left: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .nav_rr .nav_tel p {
    color: #333;
  }
}
.nav_rr .nav_tel svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .nav_rr .nav_tel svg path {
    fill: #333 !important;
  }
}
@media (max-width: 1260px) {
  .nav_rr .nav_ra {
    display: none;
  }
}
.nav_rr .nav_ra .nav_ra_xs {
  cursor: pointer;
}
.nav_rr .nav_ra .nav_ra_xs img {
  width: 26px;
  height: auto;
}
@media (max-width: 1260px) {
  .nav_on .nav_rr .nav_tel p,
  .nav_on2 .nav_rr .nav_tel p {
    color: #fff;
  }
}
@media (max-width: 1260px) {
  .nav_on .nav_rr .nav_tel svg path,
  .nav_on2 .nav_rr .nav_tel svg path {
    fill: #fff !important;
  }
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav .nav_rr .nav_tel svg path {
  fill: #333 !important;
}
.show_nav .nav_rr .nav_tel p {
  color: #333 !important;
}
.show_nav.nav_on #g-header .c-switch i {
  background: #333;
}
.show_nav.nav_on2 {
  background: #000;
}
.show_nav.nav_on2 .nav_rr .nav_tel svg path {
  fill: #fff !important;
}
.show_nav.nav_on2 .nav_rr .nav_tel p {
  color: #fff !important;
}
.show_nav.nav_on {
  background: #000;
}
.show_nav.nav_on .nav_rr .nav_tel svg path {
  fill: #fff !important;
}
.show_nav.nav_on .nav_rr .nav_tel p {
  color: #fff !important;
}
.css3zq {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hvideo {
  width: 100%;
  height: auto;
  /* height: 100vh; */
}
@media (max-width: 767px) {
  .hvideo {
    height: 6rem;
  }
}
.hvideo .box {
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  position: relative;
}
.hvideo .box .vid {
  width: 100%;
  height: 100%;
}
.hvideo .box .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hvideo .box .conbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hvideo .box .conbx .img {
  width: 100%;
  height: 100%;
}
.hvideo .box .conbx .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.78rem;
}
@media (max-width: 767px) {
  .hvideo .box .conbx .txt {
    padding: 0;
  }
}
.hvideo .box .conbx .txt h2 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.hvideo .box .conbx .txt .vid_on {
  position: relative;
  margin: 0.32rem auto 0;
  width: 0.68rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hvideo .box .conbx .txt .vid_on .img1 {
  position: absolute;
  width: 135.29%;
  height: auto;
  max-width: initial;
}
.hvideo .box .conbx .txt .vid_on .img2 {
  position: absolute;
  width: 23.52%;
  height: auto;
}
.bjico {
  position: relative;
}
.bjico:after {
  content: '';
  position: absolute;
  width: 0.22rem;
  height: 0.26rem;
  background: url(../images/icon2.png) no-repeat;
  top: -0.12rem;
  left: calc(100% + 0.12rem);
  background-size: contain;
}
.hnum {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .hnum {
    height: 7rem;
  }
}
.hnum video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hnum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hnum .txt {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: flex-end;
}
.hnum .txt .container {
  display: flex;
  justify-content: flex-end;
}
.hnum .txt .container p {
  color: #fff;
}
.hnum .txt .txt_num {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 50%;
}
.hnum .txt .txt_num.on .item {
  opacity: 1;
}
.hnum .txt .txt_num.on .item1 {
  left: -4.78rem;
  top: -3.11rem;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num.on .item1 {
    left: -3.18rem;
    top: -2.51rem;
  }
}
.hnum .txt .txt_num.on .item2 {
  left: 3.18rem;
  top: -3.11rem;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num.on .item2 {
    left: 0.88rem;
    top: -2.51rem;
  }
}
.hnum .txt .txt_num.on .item3 {
  left: -1rem;
  top: -0.5rem;
}
.hnum .txt .txt_num.on .item4 {
  left: -5.1rem;
  top: 2.5rem;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num.on .item4 {
    left: -3.18rem;
    top: 1.1rem;
  }
}
.hnum .txt .txt_num.on .item5 {
  left: 3.18rem;
  top: 2.5rem;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num.on .item5 {
    left: 0.88rem;
    top: 1.1rem;
  }
}
.hnum .txt .txt_num .item1 {
  left: -8.78rem;
  top: -8.11rem;
}
.hnum .txt .txt_num .item2 {
  left: 8.78rem;
  top: -8.11rem;
}
.hnum .txt .txt_num .item3 {
  left: 0;
  top: 0;
}
.hnum .txt .txt_num .item4 {
  left: -8.78rem;
  top: 8.11rem;
}
.hnum .txt .txt_num .item5 {
  left: 8.78rem;
  top: 8.11rem;
}
.hnum .txt .txt_num .item {
  transition: all 2s;
  color: #fff;
  position: absolute;
  opacity: 0;
}
.hnum .txt .txt_num .item:hover .g_t {
  transform: scale(1.07);
}
.hnum .txt .txt_num .item:hover .g_b {
  transform: scale(1.07);
}
.hnum .txt .txt_num .item .g_t {
  transition: all 0.4s;
  transform: scale(1);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}
.hnum .txt .txt_num .item .g_t p {
  font-family: 'med';
  line-height: 0.8;
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num .item .g_t p {
    font-size: 0.4rem;
  }
}
.hnum .txt .txt_num .item .g_t span {
  margin-left: 0.1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .hnum .txt .txt_num .item .g_t span {
    font-size: 12px;
  }
}
.hnum .txt .txt_num .item .g_b {
  transition: all 0.4s;
  transform: scale(1);
}
@media (max-width: 767px) {
  .hnum .txt .txt_num .item .g_b p {
    font-size: 12px;
    white-space: nowrap;
  }
}
.htans {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .htans {
    height: 9.15rem;
  }
}
.htans .img {
  width: 100%;
  height: 100%;
}
.htans .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.htans .box .container {
  display: flex;
  flex-direction: column;
  padding-top: 2.12rem;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .htans .box .container {
    padding: 0;
    padding-top: 0.5rem;
  }
}
.htans .box .container h2 {
  font-size: 0.5rem;
  line-height: 1.16;
  font-weight: bold;
  margin-bottom: 0.52rem;
}
.hsim .item {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.hsim .item .img {
  width: 100%;
  height: 100%;
}
.hsim .item .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hsim .item .box {
    padding-top: 2rem;
  }
}
.hsim .item .box .tit {
  padding-top: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hsim .item .box .tit .log {
  height: 0.46rem;
  width: auto;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .hsim .item .box .tit .log {
    height: 0.6rem;
  }
}
.hsim .item .box .tit h2 {
  font-size: 0.5rem;
  line-height: 1.32;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .hsim .item .box .tit h2 {
    font-size: 0.52rem;
  }
}
.hsim .item .box .tit .bri {
  margin-bottom: 0.1rem;
}
.hsim .item .box .tit .bri p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .hsim .item .box .tit .bri p {
    font-size: 0.36rem;
  }
}
.hsim .item .box .tit .public-btn {
  margin-bottom: 0.3rem;
}
.hsim .item .box .sim_img {
  text-align: center;
}
@media (max-width: 767px) {
  .hsim .item .box .sim_img {
    margin-bottom: 1rem;
  }
}
.hsim .item .box .sim_img img {
  width: auto;
  height: auto;
  max-width: 40%;
}
.hcoo {
  position: relative;
  padding: 1.15rem 0;
  background: #f9fafb;
  overflow: hidden;
}
.hcoo .bjimg {
  position: absolute;
  width: 85.36%;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.hcoo .box .h_tit {
  text-align: center;
  margin-bottom: 0.55rem;
}
.hcoo .box .h_tit h2 {
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1.16;
  font-weight: bold;
}
.hcoo .aboutour_swip {
  /* height: 5.4rem;
		@media @max-lg{
			height: 6.4rem;
		}
		@media @max-md{
			height: 5rem;
		}
		@media @max-sm{
			height: 7rem;
		} */
}
@media (max-width: 767px) {
  .hcoo .aboutour_swip {
    padding-bottom: 1rem;
  }
}
.hcoo .aboutour_swip .swiper-wrapper {
  /* width: 100%;
			flex-direction: column;
			height: 100%; */
}
.hcoo .aboutour_swip .swiper-wrapper .swiper-slide {
  /* height: 1.42rem;
				@media @max-lg{
					height: 1.62rem;
				}
				@media @max-md{
					height: 1.12rem;
				}
				@media @max-sm{
					height: auto;
				} */
}
.hcoo .aboutour_swip .swiper-wrapper .swiper-slide .aboutour_nr {
  background: #fff;
}
.hcoo .aboutour_swip .swiper-wrapper .swiper-slide .aboutour_nr:before {
  padding-top: 33.33333333%;
}
.hcoo .aboutour_swip .home_hb_pag .swiper-pagination-bullet {
  width: 4px;
  height: 10px;
  border-radius: 0;
  background: #c7c8c9;
  opacity: 1;
  transition: all 0.4s;
  margin: 0 0.13rem;
}
.hcoo .aboutour_swip .home_hb_pag .swiper-pagination-bullet-active {
  height: 20px;
  background: #003586;
}
.hnews {
  padding: 1.15rem 0;
}
.hnews .tit {
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .hnews .tit {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hnews .tit .g_h2 {
    margin-bottom: 0.55rem;
  }
}
.hnews .tit .g_h2 h2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1;
}
.hnews .tit .hnews_nav {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  border-radius: 100px;
  overflow: auto;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .hnews .tit .hnews_nav {
    width: 100%;
  }
}
.hnews .tit .hnews_nav a {
  color: #999;
  height: 0.55rem;
  padding: 0 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hnews .tit .hnews_nav a {
    height: 0.8rem;
  }
}
.hnews .tit .hnews_nav a:hover {
  color: #003586;
}
.hnews .tit .hnews_nav a.on {
  background: #003586;
  color: #fff;
}
.hnews .box .hnews_bx {
  margin-bottom: 0.35rem;
}
.hnews .box .hnews_bx .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hnews .box .hnews_bx .item {
    flex-direction: column;
  }
}
.hnews .box .hnews_bx .item .left {
  width: 58.33%;
}
@media (max-width: 991px) {
  .hnews .box .hnews_bx .item .left {
    width: 100%;
  }
}
.hnews .box .hnews_bx .item .left .hnews_swi .swiper-slide {
  /* width: 100% !important; */
}
.hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box {
  position: relative;
  display: block;
}
.hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box .public-img:before {
  padding-top: 59.18367347%;
}
.hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box .txt {
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.33rem 1.65rem 0.5rem 0.3rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 767px) {
  .hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box .txt {
    padding: 0.33rem 2rem 0.5rem 0.3rem;
  }
}
.hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box .txt h3 {
  margin-top: 0.1rem;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .hnews .box .hnews_bx .item .left .hnews_swi .hnews_swi_box .txt h3 {
    font-size: 0.32rem;
  }
}
.hnews .box .hnews_bx .item .left .swip2_pag {
  z-index: 100;
  width: auto;
  right: 0.35rem;
  bottom: 0.52rem;
  left: auto;
}
.hnews .box .hnews_bx .item .left .swip2_pag .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 22px;
  height: 22px;
  margin: 0 0.05rem;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.hnews .box .hnews_bx .item .left .swip2_pag .swiper-pagination-bullet-active {
  background: #f39800;
  color: #fff;
}
.hnews .box .hnews_bx .item .right {
  width: 40.53%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0.35rem 0.35rem 0 0.3rem;
}
@media (max-width: 991px) {
  .hnews .box .hnews_bx .item .right {
    width: 100%;
  }
}
.hnews .box .hnews_bx .item .right .thot:hover h3 {
  color: #003586;
}
.hnews .box .hnews_bx .item .right .thot h3 {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.32rem;
}
.hnews .box .hnews_bx .item .right .thot .tw {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.hnews .box .hnews_bx .item .right .thot .tw .public-img {
  flex-shrink: 0;
  margin-right: 0.28rem;
  width: 200px;
}
@media (max-width: 767px) {
  .hnews .box .hnews_bx .item .right .thot .tw .public-img {
    width: 50%;
  }
}
.hnews .box .hnews_bx .item .right .thot .tw .public-img:before {
  padding-top: 63.26530612%;
}
.hnews .box .hnews_bx .item .right .thot .tw .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0 10px;
}
.hnews .box .hnews_bx .item .right .thot .tw .txt p {
  color: #666;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hnews .box .hnews_bx .item .right .thot .tw .txt span {
  color: #999;
}
.hnews .box .hnews_bx .item .right ul li:hover h3 {
  color: #003586;
}
.hnews .box .hnews_bx .item .right ul li a {
  color: #000;
  padding: 0.18rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #e8e8e8;
}
.hnews .box .hnews_bx .item .right ul li a h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.hnews .box .hnews_bx .item .right ul li a span {
  margin-left: 0.3rem;
  flex-shrink: 0;
  color: #999;
  font-size: 12px;
}
.hnews .box .hnews_more {
  text-align: center;
}
.hnews .box .hnews_more .public-btn:hover p {
  color: #003586;
}
.hnews .box .hnews_more .public-btn p {
  color: #333;
}
.hnews .box .hnews_more .public-btn svg path {
  color: #333;
}
footer .foot_t {
  background: #003586;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .foot_t {
    flex-direction: column;
  }
}
footer .foot_t .left {
  width: 50%;
  padding-top: 0.22rem;
  background: url(../images/bimg.jpg) no-repeat;
  background-size: cover;
  height: 5.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6.1358%;
}
@media (max-width: 767px) {
  footer .foot_t .left {
    width: 100%;
    padding: 0 0 0 5%;
  }
}
footer .foot_t .left .txt span {
  margin-bottom: 0.22rem;
  display: inline-block;
}
footer .foot_t .left .txt h2 {
  font-size: 0.48rem;
  line-height: 1.25;
  margin-bottom: 0.45rem;
  font-weight: bold;
}
footer .foot_t .right {
  color: #fff;
  background: #1f1f1f;
  width: 50%;
  position: relative;
  padding: 0.7rem 6.1358% 0.4rem 1.65rem;
}
footer .foot_t .right:after {
  content: '';
  background: url(../images/bimg2.png) no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 991px) {
  footer .foot_t .right {
    padding: 0.5rem 5% 0.4rem 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .right {
    width: 100%;
  }
}
footer .foot_t .right .blo {
  padding-bottom: 0.38rem;
  margin-bottom: 0.62rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}
footer .foot_t .right .blo img {
  height: 0.5rem;
  width: auto;
}
footer .foot_t .right .bnav {
  margin-bottom: 0.52rem;
  display: flex;
  justify-content: space-between;
}
footer .foot_t .right .bnav .bleft {
  min-width: 40%;
  margin-right: 0.2rem;
}
footer .foot_t .right .bnav .bleft > p {
  margin-bottom: 0.2rem;
}
footer .foot_t .right .bnav .bleft .bnav_box {
  display: flex;
  flex-direction: column;
}
footer .foot_t .right .bnav .bleft .bnav_box a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.15rem;
}
footer .foot_t .right .bnav .bleft .bnav_box a:hover {
  color: #fff;
  /* font-weight: bold; */
}
footer .foot_t .right .bnav .bright > p {
  margin-bottom: 0.2rem;
}
footer .foot_t .right .bnav .bright .g_p {
  display: flex;
  flex-direction: column;
}
footer .foot_t .right .bnav .bright .g_p p {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.15rem;
}
footer .foot_t .right .bgz {
  display: flex;
  align-items: center;
}
footer .foot_t .right .bgz .b_ewm {
  display: flex;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box {
  position: relative;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box.on .foot_t_r_con {
  background: #003586;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 120%;
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 1.6rem;
  height: 1.6rem;
  padding: 5px;
}
@media (max-width: 767px) {
  footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_ewm {
    width: 2.5rem;
    height: 2.5rem;
  }
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_con {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_con {
    width: 0.6rem;
    height: 0.6rem;
  }
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_con svg {
  height: 50%;
}
footer .foot_t .right .bgz .b_ewm .foot_t_r_box .foot_t_r_con svg path {
  fill: #8e8e8e;
}
footer .foot_t .right .byq {
  display: flex;
  margin-top: 0.3rem;
  align-items: center;
}
footer .foot_t .right .byq p {
  margin-right: 0.1rem;
  color: #fff;
}
footer .foot_t .right .byq a {
  margin-right: 0.1rem;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.4);
}
footer .foot_t .right .byq a:hover {
  color: #fff;
}
footer .foot_b {
  background: #000;
}
footer .foot_b .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.6rem;
}
@media (max-width: 767px) {
  footer .foot_b .box {
    padding: 0.3rem 0;
    height: auto;
    flex-direction: column;
  }
}
footer .foot_b .box .left {
  display: flex;
  align-items: center;
  color: #999;
}
@media (max-width: 767px) {
  footer .foot_b .box .left {
    flex-direction: column;
    margin-bottom: 0.2rem;
  }
}
footer .foot_b .box .left p {
  opacity: 0.5;
}
footer .foot_b .box .left a {
  opacity: 0.5;
  color: #999;
  margin-left: 0.15rem;
}
footer .foot_b .box .left a:hover {
  color: #fff;
  opacity: 1;
}
footer .foot_b .box .right {
  display: flex;
  align-items: center;
}
footer .foot_b .box .right a {
  line-height: 1;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  color: rgba(153, 153, 153, 0.5);
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
footer .foot_b .box .right a:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
footer .foot_b .box .right a:hover {
  color: #fff;
  opacity: 1;
}
#g-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#g-loading .lod_t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#g-loading .lod_t img {
  height: 0.99rem;
  width: auto;
}
#g-loading .lod_b {
  width: 100%;
  flex-shrink: 0;
  height: 1.18rem;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
}
#g-loading .lod_b .lod_box {
  width: 600px;
}
@media (max-width: 767px) {
  #g-loading .lod_b .lod_box {
    width: 90%;
  }
}
#g-loading .lod_b .lod_box .lod_q {
  margin-bottom: 0.14rem;
  width: 100%;
  height: 6px;
  background: #999;
  position: relative;
}
#g-loading .lod_b .lod_box .lod_q .lod_qbx {
  position: relative;
  width: calc(100% - 27px);
  transform: translateX();
}
#g-loading .lod_b .lod_box .lod_q .lod_qbx img {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 27px;
  height: 27px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
#g-loading .lod_b .lod_box .lod_jz p {
  color: #999;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sub_banner .swiper-container {
  height: 100%;
}
.sub_banner .swiper-slide {
  overflow: hidden;
}
.sub_banner .h_b_box {
  position: relative;
  color: #fff;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .sub_banner .h_b_box {
    height: 66vh;
  }
}
.sub_banner .h_b_box .txt {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 2.05rem 1.46rem 0;
}
@media (max-width: 767px) {
  .sub_banner .h_b_box .txt {
    padding: 0;
    align-items: center;
  }
}
.sub_banner .h_b_box .txt p {
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.54rem;
}
@media (max-width: 767px) {
  .sub_banner .h_b_box .txt p {
    font-size: 0.4rem;
  }
}
.sub_banner .home_pag {
  bottom: 0.5rem;
}
.sub_banner .home_pag .swiper-pagination-bullet {
  width: 4px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  opacity: 0.7;
  transition: all 0.4s;
  margin: 0 0.13rem;
}
.sub_banner .home_pag .swiper-pagination-bullet-active {
  height: 20px;
  opacity: 1;
}
.aboO {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .aboO {
    height: auto;
  }
}
.aboO .box {
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  position: relative;
}
.aboO .box .vid {
  width: 100%;
  height: 100%;
}
.aboO .box .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboO .box .conbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboO .box .conbx .img {
  width: 100%;
  height: 100%;
}
.aboO .box .conbx .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.78rem;
}
@media (max-width: 767px) {
  .aboO .box .conbx .txt {
    padding: 0;
  }
}
.aboO .box .conbx .txt .abo_logo {
  margin-bottom: 0.35rem;
}
.aboO .box .conbx .txt h2 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.aboO .box .conbx .txt .vid_on {
  position: relative;
  margin: 0.5rem auto 0;
  width: 0.68rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.aboO .box .conbx .txt .vid_on .img1 {
  position: absolute;
  width: 135.29%;
  height: auto;
  max-width: initial;
}
.aboO .box .conbx .txt .vid_on .img2 {
  position: absolute;
  width: 23.52%;
  height: auto;
}
.public_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .public_title {
    padding: 0 5%;
  }
}
.public_title .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.public_title .txt h2 {
  font-weight: bold;
  line-height: 1.2;
}
.public_title .txt p {
  color: #666;
  line-height: 1;
  margin-top: 0.16rem;
  text-align: center;
}
@media (max-width: 767px) {
  .public_title .txt p {
    font-size: 0.28rem;
  }
}
.abotw {
  position: relative;
}
.abotw .imgbj {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.abotw .box {
  position: relative;
  z-index: 10;
  padding: 1.02rem 0 1.5rem;
}
@media (max-width: 767px) {
  .abotw .box {
    padding: 1rem 0 0.5rem;
  }
}
.abotw .box .hg {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  color: #fff;
}
.abotw .box .public_title {
  align-items: flex-start;
}
.abotw .box .public_title .txt {
  align-items: flex-start;
}
.abotw .box .public_title .txt h2 {
  color: #fff;
}
.abotw .box .bcon {
  margin-top: 0.32rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .abotw .box .bcon {
    margin-top: 0.8rem;
  }
}
.abotw .box .bcon .item {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 11rem;
}
@media (max-width: 767px) {
  .abotw .box .bcon .item {
    justify-content: space-between;
    margin-bottom: 0.4rem;
    width: 100%;
  }
}
.abotw .box .bcon .item .it_con {
  display: flex;
}
@media (max-width: 767px) {
  .abotw .box .bcon .item .it_con {
    margin-bottom: 0.4rem;
  }
}
.abotw .box .bcon .item .it_con:nth-child(5) .abotw_i {
  display: none;
}
.abotw .box .bcon .item .abotw_box {
  width: 2.11rem;
  height: 2.11rem;
  background: #2b669b;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abotw .box .bcon .item .abotw_box:hover span,
.abotw .box .bcon .item .abotw_box:hover p {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .abotw .box .bcon .item .abotw_box {
    width: 2rem;
    height: 2rem;
  }
}
.abotw .box .bcon .item .abotw_box span {
  transition: all 0.4s;
  font-size: 0.56rem;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .abotw .box .bcon .item .abotw_box span {
    font-size: 0.4rem;
  }
}
.abotw .box .bcon .item .abotw_box p {
  transition: all 0.4s;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .abotw .box .bcon .item .abotw_box p {
    font-size: 0.24rem;
  }
}
.abotw .box .bcon .item .abotw_i {
  width: 2.11rem;
  height: 2.11rem;
  background: rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .abotw .box .bcon .item .abotw_i {
    display: none;
  }
}
.abofou {
  position: relative;
}
.abofou .imgbj {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.abofou .box {
  position: relative;
  z-index: 10;
  padding: 1.2rem 0 1.9rem;
}
.abofou .box .public_title .txt h2 {
  color: #fff;
}
.abofou .box .bcon {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .abofou .box .bcon {
    flex-direction: column;
  }
}
.abofou .box .bcon .item {
  width: 50%;
  height: 5.45rem;
  margin-right: 0.16rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .abofou .box .bcon .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .abofou .box .bcon .item {
    height: auto;
  }
}
.abofou .box .bcon .item:last-child {
  margin-right: 0;
}
.abofou .box .bcon .item.on {
  flex-shrink: 0;
  width: 66.32%;
}
@media (max-width: 991px) {
  .abofou .box .bcon .item.on {
    width: 100%;
  }
}
.abofou .box .bcon .item.on .txt {
  transition: all 0.8s;
  opacity: 1;
  top: 0;
  /* .txt_l{
							p{
								opacity: 1;
								position: relative;
								height: 1.5em;
							}
						}
						.bmore{
							position: relative;
							opacity: 1;
						} */
}
.abofou .box .bcon .item .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .abofou .box .bcon .item .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.abofou .box .bcon .item .txt {
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0.4rem;
  left: 0;
  padding: 0 0.3rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
}
@media (max-width: 767px) {
  .abofou .box .bcon .item .txt {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 0.4rem 0.3rem;
  }
}
.abofou .box .bcon .item .txt .txt_l {
  display: flex;
  flex-direction: column;
}
.abofou .box .bcon .item .txt .txt_l h3 {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .abofou .box .bcon .item .txt .txt_l h3 {
    margin-bottom: 0.3rem;
  }
}
.abofou .box .bcon .item .txt .txt_l p {
  transition: all 0.4s;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .abofou .box .bcon .item .txt .txt_l p {
    opacity: 1;
    position: relative;
    height: 1.5em;
  }
}
@media (max-width: 767px) {
  .abofou .box .bcon .item .txt .txt_l p {
    height: auto !important;
  }
}
.abofou .box .bcon .item .txt .bmore {
  flex-shrink: 0;
  margin-left: 0.3rem;
  height: 0.5rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  background: #003586;
  border-radius: 100px;
  /* opacity: 0; */
  transition: all 0.4s;
  /* position: absolute; */
}
@media (max-width: 991px) {
  .abofou .box .bcon .item .txt .bmore {
    opacity: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .abofou .box .bcon .item .txt .bmore {
    margin: 0.5rem 0 0 0;
    height: 0.8rem;
  }
}
.abofiv {
  padding: 1.05rem 0 1.9rem;
}
.abofiv .box {
  margin-top: 0.55rem;
}
.abofiv .box .top .item {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.abofiv .box .top .item.on {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.abofiv .box .top .item .public-img {
  width: 65%;
}
@media (max-width: 991px) {
  .abofiv .box .top .item .public-img {
    width: 100%;
  }
}
.abofiv .box .top .item .public-img:before {
  padding-top: 56.31629701%;
}
.abofiv .box .top .item .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f7faff;
  width: 48.125%;
  height: 3.5rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .abofiv .box .top .item .icon {
    width: 100%;
    position: relative;
    transform: translateY(0%);
    height: auto;
  }
}
.abofiv .box .top .item .icon .icon_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .abofiv .box .top .item .icon .icon_con {
    padding: 0;
  }
}
.abofiv .box .top .item .icon .icon_con .icon_box {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .abofiv .box .top .item .icon .icon_con .icon_box {
    padding: 0.5rem 0.15rem;
    justify-content: flex-start;
  }
}
.abofiv .box .top .item .icon .icon_con .icon_box img {
  width: 0.7rem;
  height: auto;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .abofiv .box .top .item .icon .icon_con .icon_box img {
    width: 1rem;
  }
}
.abofiv .box .top .item .icon .icon_con .icon_box .txt h3 {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .abofiv .box .top .item .icon .icon_con .icon_box .txt h3 {
    font-size: 0.28rem;
  }
}
.abofiv .box .top .item .icon .icon_con .icon_box .txt p {
  color: #888;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .abofiv .box .top .item .icon .icon_con .icon_box .txt p {
    font-size: 0.24rem;
  }
}
.abofiv .box .bot {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
  background: #e9e9e9;
  height: 4px;
}
@media (max-width: 767px) {
  .abofiv .box .bot {
    height: 2px;
  }
}
.abofiv .box .bot .item {
  position: relative;
  width: calc(100%/3);
  cursor: pointer;
}
.abofiv .box .bot .item.on .g_i {
  opacity: 1;
}
.abofiv .box .bot .item.on p {
  color: #333;
}
.abofiv .box .bot .item .g_i {
  opacity: 0;
  transition: all 0.4s;
}
.abofiv .box .bot .item p {
  position: absolute;
  top: 0.52rem;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .abofiv .box .bot .item p {
    font-size: 0.36rem;
  }
}
.abofiv .box .bot .item .i1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #032862;
  border: 2px solid #fff;
  z-index: 3;
}
.abofiv .box .bot .item .i2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(3, 40, 98, 0.12);
  z-index: 2;
}
.abofiv .box .bot .item .i3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #032862;
  z-index: 1;
}
.hg {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  z-index: 100;
}
.abofr {
  /* display: none; */
  background: #f7faff;
  padding: 1.55rem 0 1.36rem;
}
.abofr .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .abofr .box {
    margin-top: 0.8rem;
  }
}
@media (max-width: 1260px) {
  .abofr .box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .abofr .box {
    padding-bottom: 1rem;
  }
}
.abofr .box .left {
  width: 60.625%;
  padding-left: 0.52rem;
}
@media (max-width: 1260px) {
  .abofr .box .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abofr .box .left {
    overflow: auto;
  }
}
.abofr .box .left .lbox {
  position: relative;
}
@media (max-width: 767px) {
  .abofr .box .left .lbox {
    width: 800px;
    height: calc(100% + 1rem);
  }
}
.abofr .box .left .lbox .gmap {
  width: 100%;
  height: auto;
}
.abofr .box .left .lbox .zb .add {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 5;
}
.abofr .box .left .lbox .zb .add .i1 {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #e6002d;
  z-index: 5;
}
.abofr .box .left .lbox .zb .add .i2 {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(230, 0, 45, 0.6);
  z-index: 3;
  animation: moveq 3s infinite linear;
  -webkit-animation: moveq 3s infinite linear;
}
.abofr .box .left .lbox .zb .add p {
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
.abofr .box .left .lbox .zb .add1 {
  top: 37%;
  left: 70%;
}
.abofr .box .left .lbox .zb .add2 {
  top: 63%;
  left: 78%;
}
.abofr .box .left .lbox .zb .add3 {
  top: 88%;
  left: 67%;
}
.abofr .box .left .lbox .fb .fadd {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 1px;
}
.abofr .box .left .lbox .fb .fadd img {
  max-width: initial;
}
.abofr .box .left .lbox .fb .fadd .fadd_con {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: auto;
  height: auto;
}
.abofr .box .left .lbox .fb .fadd .cit {
  align-self: flex-start;
  width: 56px;
  height: 84px;
  position: absolute;
  transform: translateX(-50%);
  bottom: 100%;
}
.abofr .box .left .lbox .fb .fadd .cit p {
  position: absolute;
  width: 100%;
  font-size: 12px;
  bottom: 0;
  height: 20px;
  color: #fff;
  background: #003586;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abofr .box .left .lbox .fb .fadd .line {
  width: auto;
  height: auto;
}
.abofr .box .left .lbox .fb .fadd .line img {
  width: auto;
  height: auto;
}
.abofr .box .left .lbox .fb .fadd .bad {
  width: 20px;
  height: 24px;
  position: absolute;
  top: 100%;
  align-self: flex-end;
  transform: translateX(50%);
}
.abofr .box .left .lbox .fb .fadd1 {
  top: 24%;
  right: 12%;
}
.abofr .box .left .lbox .fb .fadd2 {
  top: 37%;
  right: 44%;
}
.abofr .box .left .lbox .fb .fadd3 {
  top: 57%;
  right: 78%;
}
.abofr .box .left .lbox .fb .fadd4 {
  top: 81%;
  right: 51.5%;
}
@media screen and (max-width: 1500px) {
  .abofr .box .left .lbox .fb .fadd4 {
    right: 53.5%;
  }
}
@media (max-width: 1260px) {
  .abofr .box .left .lbox .fb .fadd4 {
    right: 51.5%;
  }
}
@media (max-width: 991px) {
  .abofr .box .left .lbox .fb .fadd4 {
    right: 53.5%;
  }
}
@media (max-width: 767px) {
  .abofr .box .left .lbox .fb .fadd4 {
    right: 52.5%;
  }
}
.abofr .box .left .lbox .fb .fadd5 {
  top: 71%;
  right: 41.5%;
}
@media screen and (max-width: 1500px) {
  .abofr .box .left .lbox .fb .fadd5 {
    right: 42.5%;
  }
}
@media (max-width: 1260px) {
  .abofr .box .left .lbox .fb .fadd5 {
    right: 41.5%;
  }
}
@media (max-width: 991px) {
  .abofr .box .left .lbox .fb .fadd5 {
    right: 42.5%;
  }
}
.abofr .box .left .lbox .fb .fadd6 {
  top: 73%;
  right: 33%;
}
@media screen and (max-width: 1500px) {
  .abofr .box .left .lbox .fb .fadd6 {
    right: 34%;
  }
}
@media (max-width: 1260px) {
  .abofr .box .left .lbox .fb .fadd6 {
    right: 33%;
  }
}
@media (max-width: 991px) {
  .abofr .box .left .lbox .fb .fadd6 {
    right: 34%;
  }
}
.abofr .box .left .lbox .g_line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.abofr .box .left .lbox .g_line .g_svg {
  width: 100%;
  height: 100%;
}
.abofr .box .left .lbox .g_line .g_svg path {
  fill: none;
  stroke-width: 1;
  stroke-dashoffset: 600;
  stroke-dasharray: 600;
  animation: open-line1 5s infinite;
}
.abofr .box .right {
  width: 39.375%;
  padding: 1.09rem 0.18rem 0 0.75rem;
}
@media (max-width: 1260px) {
  .abofr .box .right {
    width: 100%;
    padding: 0;
    margin-top: 0.8rem;
  }
}
.abofr .box .right .r_box {
  border-top: 1px dashed #003586;
}
.abofr .box .right .r_box .item {
  border-bottom: 1px dashed #003586;
  padding: 0.25rem 0.2rem 0.25rem 0.4rem;
  display: flex;
  align-items: center;
}
.abofr .box .right .r_box .item .g_l {
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  width: 1.14rem;
  height: 1.14rem;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abofr .box .right .r_box .item .g_l p {
  font-weight: bold;
  color: #003586;
}
@media screen and (max-width: 1500px) {
  .abofr .box .right .r_box .item .g_l p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .abofr .box .right .r_box .item .txt {
    font-size: 0.28rem;
  }
}
.abofr .box .right .r_box .item .txt .p1 {
  color: #003586;
}
.abofr .box .right .r_box .item .txt .p1 span {
  font-size: 0.6rem;
  line-height: 0.9;
}
.abofr .box .right .r_box .item .txt .p2 {
  color: #666;
}
@keyframes moveq {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(3.6);
    -webkit-transform: scale(3.6);
    opacity: 0;
  }
}
@keyframes open-line1 {
  0% {
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.sub_banner2 {
  position: relative;
}
.sub_banner2 .mob_pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sub_banner2 .sub_banner_txt {
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: relative;
  padding-bottom: 2rem;
  color: #fff;
}
.sub_banner2 .sub_banner_txt .container3 {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub_banner2 .sub_banner_txt .container3 h2 {
  font-size: 0.54rem;
  font-weight: bold;
  line-height: 1.1;
}
.sub_banner2 .sub_banner_txt .container3 p {
  text-align: center;
  margin-top: 0.32rem;
}
.sub_banner2 .sub_banner_txt .container3 .sub_banner_p {
  font-size: 0.32rem;
}
.conO {
  padding: 1rem 0 0.8rem;
  background: #f7faff;
}
@media (max-width: 767px) {
  .conO {
    padding: 1rem 0 0.1rem;
  }
}
.conO .boxz {
  margin-bottom: 0.86rem;
  padding: 0.94rem 0 1.18rem;
  background: #fff;
}
@media (max-width: 991px) {
  .conO .boxz {
    padding: 0.8rem 0 0.7rem;
  }
}
.conO .boxz .boxz_box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .conO .boxz .boxz_box {
    flex-direction: column;
  }
}
.conO .boxz .boxz_box .item {
  width: calc(100%/3);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .conO .boxz .boxz_box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.conO .boxz .boxz_box .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 1.3rem;
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .conO .boxz .boxz_box .item:after {
    display: none;
  }
}
.conO .boxz .boxz_box .item:last-child:after {
  display: none;
}
.conO .boxz .boxz_box .item:hover p,
.conO .boxz .boxz_box .item:hover a {
  color: #333;
  text-decoration: underline;
}
.conO .boxz .boxz_box .item .gicon {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .conO .boxz .boxz_box .item .gicon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 991px) {
  .conO .boxz .boxz_box .item .gicon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.conO .boxz .boxz_box .item .gicon svg {
  width: 50%;
  height: auto;
}
.conO .boxz .boxz_box .item .gicon svg path {
  fill: #003586;
}
.conO .boxz .boxz_box .item p,
.conO .boxz .boxz_box .item a {
  transition: all 0.4s;
  margin-top: 0.22rem;
  color: #666;
  text-align: center;
  line-height: 1.2;
}
.conO .boxf {
  margin-bottom: 0.86rem;
  padding: 0.9rem 0 0.45rem;
  background: #fff;
}
@media (max-width: 991px) {
  .conO .boxf {
    padding: 0.8rem 0 0.5rem;
  }
}
.conO .boxf .boxf_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .conO .boxf .boxf_box {
    flex-direction: column;
  }
}
.conO .boxf .boxf_box .item {
  width: calc(100%/3);
  padding: 0 0.78rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  padding-bottom: 0.4rem;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 0.5rem;
  /* &:after{
					content: '';
					position: absolute;
					right: 0;
					top: 10px;
					width: 1px;
					height: 2.12rem;
					background: #e4e4e4;
				} */
}
@media screen and (max-width: 1460px) {
  .conO .boxf .boxf_box .item {
    width: calc(100%/3);
  }
}
@media (max-width: 991px) {
  .conO .boxf .boxf_box .item {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0 5% 0.4rem;
  }
}
.conO .boxf .boxf_box .item:last-child {
  border: none;
}
.conO .boxf .boxf_box .item:hover .add p {
  color: #333;
  text-decoration: underline;
}
.conO .boxf .boxf_box .item .gicon {
  margin-bottom: 0.16rem;
  padding-bottom: 3px;
  width: 3.16rem;
  border-bottom: 2px solid #3eb034;
}
@media (max-width: 991px) {
  .conO .boxf .boxf_box .item .gicon {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .conO .boxf .boxf_box .item .gicon {
    margin-bottom: 0.2rem;
  }
}
.conO .boxf .boxf_box .item .gicon img {
  width: auto;
  height: 0.2rem;
}
@media (max-width: 991px) {
  .conO .boxf .boxf_box .item .gicon img {
    height: 16px;
  }
}
.conO .boxf .boxf_box .item .txt {
  margin-bottom: 0.3rem;
}
.conO .boxf .boxf_box .item .txt h3 {
  line-height: 1.1;
  font-weight: bold;
  font-size: 0.34rem;
}
@media (max-width: 767px) {
  .conO .boxf .boxf_box .item .txt h3 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
}
.conO .boxf .boxf_box .item .txt p {
  margin-top: 0.05rem;
  color: #999;
  line-height: 1.2;
  /* white-space: nowrap; */
}
@media screen and (max-width: 1460px) {
  .conO .boxf .boxf_box .item .txt p {
    white-space: initial;
  }
}
@media (max-width: 767px) {
  .conO .boxf .boxf_box .item .txt p {
    font-size: 0.28rem;
  }
}
.conO .boxf .boxf_box .item .add {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.conO .boxf .boxf_box .item .add svg {
  flex-shrink: 0;
  width: 0.19rem;
  height: auto;
  margin-right: 0.12rem;
}
.conO .boxf .boxf_box .item .add svg path {
  fill: #545454;
}
.conO .boxf .boxf_box .item .add p {
  /* white-space: nowrap; */
  color: #666;
}
@media screen and (max-width: 1460px) {
  .conO .boxf .boxf_box .item .add p {
    white-space: initial;
  }
}
.contw {
  position: relative;
}
.contw .imgbj {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.contw .box {
  position: relative;
  z-index: 10;
  padding: 1.6rem 0 1.05rem;
}
@media (max-width: 767px) {
  .contw .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contw .box p {
  line-height: 0.9;
  font-size: 0.5rem;
  font-weight: bold;
  margin: 0 0 0.95rem 0.75rem;
}
@media (max-width: 767px) {
  .contw .box p {
    margin: auto;
  }
}
.contw .box img {
  margin-left: 0.46rem;
  width: 5.41rem;
  height: auto;
}
@media (max-width: 767px) {
  .contw .box img {
    margin: 0.5rem auto 0;
    width: 4rem;
  }
}
.contr {
  padding: 1rem 0 1.05rem;
  background: #f7faff;
}
@media (max-width: 767px) {
  .contr {
    padding: 1rem 5%;
  }
}
.contr .box {
  width: 49.5%;
  margin: 0.62rem auto 0;
}
@media (max-width: 991px) {
  .contr .box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contr .box {
    width: 100%;
  }
}
.contr .box form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contr .box form .inp {
    flex-direction: column;
  }
}
.contr .box form .inp .inp_box {
  width: 50%;
  margin-bottom: 0.3rem;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .contr .box form .inp .inp_box {
    width: 100%;
    padding: 0;
  }
}
.contr .box form .inp .inp_box p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
.contr .box form .inp .inp_box p span {
  color: #ff0000;
}
.contr .box form .inp .inp_box input {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.56rem;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contr .box form .inp .inp_box input {
    height: 0.8rem;
  }
}
.contr .box form .inp .inp_box .sel_box {
  position: relative;
}
.contr .box form .inp .inp_box .sel_box select {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.56rem;
  padding-left: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .contr .box form .inp .inp_box .sel_box select {
    height: 0.8rem;
  }
}
.contr .box form .inp .inp_box .sel_box select option {
  color: #999;
}
.contr .box form .inp .inp_box .sel_box::after {
  content: '';
  background: url(../images/b2.svg) no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.contr .box form .textarea p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
.contr .box form .textarea p span {
  color: #ff0000;
}
.contr .box form .textarea textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 1.9rem;
  padding: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .contr .box form .textarea textarea {
    padding: 10px 0 0 20px;
    height: 2.5rem;
  }
}
.contr .box form .bri {
  margin: 0.15rem auto 0.52rem;
}
.contr .box form .bri p {
  color: #666;
}
.contr .box form .bri p a {
  color: #195fe1;
}
.contr .box form .but {
  text-align: center;
}
.contr .box form .but button {
  height: 0.5rem;
  padding: 0 0.64rem;
  background: #003586;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contr .box form .but button {
    height: 0.8rem;
    padding: 0 0.9rem;
  }
}
.newNav {
  height: 0.98rem;
  position: relative;
}
@media (max-width: 1260px) {
  .newNav {
    height: auto;
    padding: 0.5rem 0 0.4rem;
  }
}
.newNav > i {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 0;
  height: 4px;
  background: #003586;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  .newNav > i {
    display: none;
  }
}
.newNav .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .newNav .container2 {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .newNav .container2 {
    flex-direction: column-reverse;
  }
}
.newNav .container2 .left {
  margin-left: -25px;
  display: flex;
}
@media (max-width: 767px) {
  .newNav .container2 .left {
    margin-left: 0;
    margin-top: 0.4rem;
    overflow: auto;
    display: flex;
    flex-wrap: initial;
    width: 100%;
  }
}
.newNav .container2 .left a {
  padding: 0 0.25rem;
  line-height: 1;
  border-right: 2px solid #e9e9e9;
  color: #666;
}
@media (max-width: 1900px) {
  .newNav .container2 .left a {
    padding: 0 0.15rem;
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .newNav .container2 .left a {
    margin-bottom: 0.1rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .newNav .container2 .left a {
    padding: 0 15px;
    flex-shrink: 0;
    font-size: 0.28rem;
  }
}
.newNav .container2 .left a.on {
  color: #003586;
  font-weight: bold;
}
.newNav .container2 .left a:last-child {
  border: none;
}
@media (max-width: 767px) {
  .newNav .container2 .right {
    width: 100%;
  }
}
.newNav .container2 .right form {
  border: 2px;
  width: 3.7rem;
  height: 0.56rem;
  border: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .newNav .container2 .right form {
    height: 0.8rem;
    width: 100%;
  }
}
.newNav .container2 .right form input {
  width: 100%;
  padding-left: 20px;
}
.newNav .container2 .right form button {
  display: flex;
  align-items: center;
}
.newNav .container2 .right form button svg {
  width: 15px;
  height: auto;
}
.newNav .container2 .right form button svg path {
  fill: #333;
}
.newO {
  padding: 0.68rem 0 0.96rem;
  background: #f5f6f8;
}
.newO .lab {
  margin-bottom: 0.42rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.newO .lab span,
.newO .lab a {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 0.42rem;
  padding: 0 0.2rem;
  margin: 0 0.13rem 0.1rem 0;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  color: #888;
}
.newO .lab span:hover,
.newO .lab a:hover {
  color: #003586;
  border-color: #003586;
}
@media (max-width: 767px) {
  .newO .lab span,
  .newO .lab a {
    height: 0.6rem;
    padding: 0 0.3rem;
    margin-bottom: 0.13rem;
  }
}
.newO .hot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newO .hot {
    flex-direction: column;
    height: auto;
  }
}
.newO .hot:hover .left .txt h2 {
  color: #003586;
}
.newO .hot:hover .right img {
  transform: scale(1.05);
}
.newO .hot .left {
  width: 51.43%;
  background: #fff;
  padding: 0.52rem 1.13rem 0.52rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newO .hot .left {
    width: 100%;
    padding: 0.4rem;
  }
}
.newO .hot .left .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newO .hot .left .txt span {
  margin-bottom: 0.25rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 0.42rem;
  padding: 0 0.2rem;
  margin-right: 0.13rem;
  display: flex;
  align-items: center;
  color: #888;
}
@media (max-width: 767px) {
  .newO .hot .left .txt span {
    height: 0.6rem;
    padding: 0 0.3rem;
  }
}
.newO .hot .left .txt h2 {
  color: #222;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 2.6em;
}
.newO .hot .left .txt p {
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.newO .hot .left .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newO .hot .left .time {
    margin-top: 0.3rem;
  }
}
.newO .hot .left .time p {
  font-weight: bold;
}
.newO .hot .left .time .gr {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .newO .hot .left .time .gr {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.newO .hot .left .time .gr svg {
  width: 19.04%;
  height: auto;
}
.newO .hot .left .time .gr svg path {
  fill: #333;
}
.newO .hot .right {
  width: 48.57%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newO .hot .right {
    width: 100%;
  }
}
.newO .hot .right .img {
  width: 100%;
  height: 100%;
}
.newO .hot .right .public-img:before {
  padding-top: 59.11764706%;
}
.newtw {
  padding: 0.3rem 0 2.1rem;
}
.newtw ul {
  width: 100%;
}
.newtw ul li {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #f3f3f3;
  padding: 0.6rem 0 0.55rem;
}
.newtw ul li:hover::after {
  background: #003586;
}
.newtw ul li:hover a .left .public-img img {
  transform: scale(1.05);
}
.newtw ul li:hover a .right h3 {
  color: #003586;
}
.newtw ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.4s;
}
.newtw ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newtw ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newtw ul li a .left {
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 37.28%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .newtw ul li a .left {
    margin-right: 0.25rem;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .newtw ul li a .left {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
}
.newtw ul li a .left .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .newtw ul li a .left .time {
    flex-direction: row;
    display: none;
  }
}
.newtw ul li a .left .time p {
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 0.8;
  color: #666;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .newtw ul li a .left .time p {
    margin-bottom: 0;
  }
}
.newtw ul li a .left .time span {
  color: #666;
  line-height: 1;
}
.newtw ul li a .left .public-img {
  width: 3.62rem;
}
@media (max-width: 767px) {
  .newtw ul li a .left .public-img {
    width: 100%;
  }
}
.newtw ul li a .left .public-img:before {
  padding-top: 59.11764706%;
}
.newtw ul li a .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newtw ul li a .right h3 {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .newtw ul li a .right h3 {
    margin-bottom: 0.15rem;
  }
}
.newtw ul li a .right p {
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.newtw ul li a .right span {
  margin-top: 0.32rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 0.42rem;
  padding: 0 0.2rem;
  margin-right: 0.13rem;
  display: flex;
  align-items: center;
  color: #888;
}
@media (max-width: 767px) {
  .newtw ul li a .right span {
    height: 0.6rem;
    padding: 0 0.3rem;
  }
}
.newtw .page {
  margin-top: 1.3rem;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.48rem;
  min-width: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
  }
}
.page a.prev {
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .page a.prev {
    display: none;
  }
}
.page a.prev img {
  margin-right: 5px;
}
.page a.next {
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .page a.next {
    display: none;
  }
}
.page a.next img {
  margin-left: 5px;
}
.page a:hover {
  color: #fff;
  border-color: #003586;
  background: #003586;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #333;
}
.page .active {
  color: #fff;
  border-color: #003586;
  background: #003586;
}
.page .active p {
  color: #fff;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.06rem;
  color: #777;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #222;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.06rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #777;
  margin-right: 0.06rem;
}
.newInfo {
  padding: 0.82rem 0 2.55rem;
}
@media (max-width: 767px) {
  .newInfo {
    padding: 0.8rem 0 1.5rem;
  }
}
.newInfo .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .newInfo .box {
    flex-direction: column;
  }
}
.newInfo .box .left {
  width: 66.42%;
}
@media (max-width: 767px) {
  .newInfo .box .left {
    width: 100%;
  }
}
.newInfo .box .left .title {
  margin-bottom: 0.4rem;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 0.35rem;
}
.newInfo .box .left .title h1 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.18rem;
}
.newInfo .box .left .title p {
  color: #666;
}
.newInfo .box .left .title p span {
  color: #222;
}
.newInfo .box .left .public-content {
  margin-bottom: 0.8rem;
}
.newInfo .box .left .public-content p {
  color: 666;
}
.newInfo .box .left .fxfh {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.32rem;
  border-bottom: 2px solid #ebebeb;
}
.newInfo .box .left .fxfh .fxR {
  display: flex;
  align-items: center;
}
.newInfo .box .left .fxfh .fxR:hover p {
  color: #003586;
}
.newInfo .box .left .fxfh .fxR p {
  color: #555;
}
.newInfo .box .left .fxfh .fxR svg {
  margin: 0 0.16rem;
  width: 16px;
  height: auto;
}
@media (max-width: 767px) {
  .newInfo .box .left .fxfh .fxR svg {
    width: 12px;
  }
}
.newInfo .box .left .fxfh .fxR svg path {
  fill: #003586;
}
.newInfo .box .left .bsx {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newInfo .box .left .bsx a {
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newInfo .box .left .bsx a:hover {
  color: #003586;
}
.newInfo .box .right {
  position: sticky;
  top: 0;
  width: 28.93%;
}
@media (max-width: 767px) {
  .newInfo .box .right {
    width: 100%;
    position: initial;
    margin-top: 0.5rem;
  }
}
.newInfo .box .right h2 {
  font-weight: bold;
  padding: 0.54rem 0 0.22rem 0.12rem;
  border-bottom: 2px solid #ebebeb;
}
.newInfo .box .right .rbox .item {
  padding: 0.28rem 0 0.28rem 0.08rem;
  border-bottom: 2px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newInfo .box .right .rbox .item:hover .public-img img {
  transform: scale(1.05);
}
.newInfo .box .right .rbox .item:hover .txt h2,
.newInfo .box .right .rbox .item:hover .txt h3,
.newInfo .box .right .rbox .item:hover .txt h4 {
  color: #003586;
}
.newInfo .box .right .rbox .item .public-img {
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .newInfo .box .right .rbox .item .public-img {
    width: 40%;
  }
}
.newInfo .box .right .rbox .item .public-img:before {
  padding-top: 62.66666667%;
}
.newInfo .box .right .rbox .item .txt {
  width: 100%;
  padding-right: 0.1rem;
}
.newInfo .box .right .rbox .item .txt h3 {
  line-height: 1.3;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.6em;
}
.newInfo .box .right .rbox .item .txt span {
  margin-top: 0.12rem;
  color: #777;
  display: block;
  line-height: 1.1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.15rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: none;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #22a525;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  width: 55%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #b2b2b2;
  opacity: 1;
}
.gmap {
  position: relative;
}
@media (max-width: 767px) {
  .gmap {
    margin-top: 60px;
  }
}
.gmap .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gmap .box {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .gmap .box {
    height: auto;
    padding: 2rem 0;
  }
}
.gmap .box .box_hzz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.24rem;
}
.gmap .box .box_hzz .bbx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
}
@media (max-width: 991px) {
  .gmap .box .box_hzz .bbx {
    width: 90%;
    padding: 1.4rem 0.84rem 1.87rem;
  }
}
@media (max-width: 767px) {
  .gmap .box .box_hzz .bbx {
    position: initial;
    transform: translate(0%, 0%);
    margin: auto;
    padding: 1rem 0.24rem 1rem;
  }
}
.gmap .box .box_hzz .box_txt {
  width: 100%;
  padding: 1.4rem 1.84rem 1.87rem;
  position: relative;
  z-index: 10;
}
.gmap .box .box_hzz .box_txt h2 {
  color: #fff;
  line-height: 1;
  font-size: 0.34rem;
  text-align: center;
  margin-bottom: 0.68rem;
}
@media (max-width: 767px) {
  .gmap .box .box_hzz .box_txt h2 {
    font-size: 0.36rem;
  }
}
.gmap .box .box_hzz .box_txt ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gmap .box .box_hzz .box_txt ul {
    justify-content: space-between;
  }
}
.gmap .box .box_hzz .box_txt ul li {
  width: calc((100% - 2.5rem)/3);
  margin-right: 1.25rem;
}
.gmap .box .box_hzz .box_txt ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .gmap .box .box_hzz .box_txt ul li {
    width: 45%;
    margin: 0  !important;
  }
}
.gmap .box .box_hzz .box_txt ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0.18rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gmap .box .box_hzz .box_txt ul li a {
    font-size: 0.28rem;
  }
}
.gmap .box .box_hzz .box_txt ul li a:hover {
  color: #003586;
}
.pri {
  background: #fff;
}
.pri .container2 {
  padding: 0.94rem 2rem 2.2rem;
}
.pri .container2 .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.22rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #e5e5e5;
}
.pri .container2 .title h1 {
  font-size: 0.34rem;
  line-height: 1;
  font-weight: bold;
}
.pri .container2 .title .g_r {
  display: flex;
  align-items: center;
}
.pri .container2 .title .g_r p {
  margin-left: 0.24rem;
  line-height: 1.1;
}
.sub_banner3 {
  position: relative;
}
.sub_banner3 .mob_pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sub_banner3 .mob_pc video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  object-fit: cover;
}
.sub_banner3 .sub_banner_txt {
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: relative;
  padding-bottom: 1.3rem;
  color: #fff;
}
.sub_banner3 .sub_banner_txt .container3 {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub_banner3 .sub_banner_txt .container3 img {
  width: auto;
  height: 0.45rem;
  margin-bottom: 0.45rem;
}
.sub_banner3 .sub_banner_txt .container3 h2 {
  font-size: 0.54rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .container3 h2 {
    text-align: center;
  }
}
.sub_banner3 .sub_banner_txt .container3 p {
  text-align: center;
  margin-top: 0.32rem;
}
.sub_banner3 .sub_banner_txt .container3 .sub_banner_p {
  font-size: 0.32rem;
}
.joinO {
  position: relative;
  padding: 2.03rem 0 2.3rem;
}
.joinO .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.joinO .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 10;
  width: 65.62%;
}
@media (max-width: 767px) {
  .joinO .box {
    width: 90%;
  }
}
.joinO .box .public-img {
  width: 100%;
}
.joinO .box .public-img:before {
  padding-top: 42.3015873%;
}
.joinO .box .txbo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joinO .box .txbo .txt {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joinO .box .txbo .txt p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.88rem;
  line-height: 1.47;
}
@media (max-width: 767px) {
  .joinO .box .txbo .txt p {
    font-size: 0.48rem;
  }
}
.joinO .box .txbo .txt .p2 {
  position: relative;
}
.joinO .box .txbo .txt .p2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 0.76rem);
  top: 0.4rem;
  background: #f18d01;
  height: 1.06rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .joinO .box .txbo .txt .p2::after {
    height: 0.6rem;
    top: 0.2rem;
  }
}
.jointw {
  min-height: 9.6rem;
  position: relative;
}
.jointw .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.jointw .container3 {
  position: relative;
  z-index: 10;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .jointw .container3 {
    padding: 1rem 0 0.6rem;
  }
}
.jointw .container3 .public_title {
  color: #fff;
  margin-bottom: 1.35rem;
}
@media (max-width: 767px) {
  .jointw .container3 .public_title {
    margin-bottom: 0.7rem;
  }
}
.jointw .container3 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .jointw .container3 .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .jointw .container3 .box .mrico {
    display: none;
  }
}
.jointw .container3 .box .bbx {
  width: 2.98rem;
  height: 2.98rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .jointw .container3 .box .bbx {
    width: 2.48rem;
    height: 2.48rem;
  }
}
@media (max-width: 991px) {
  .jointw .container3 .box .bbx {
    width: 2.08rem;
    height: 2.08rem;
  }
}
@media (max-width: 767px) {
  .jointw .container3 .box .bbx {
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.jointw .container3 .box .bbx .ico {
  width: 0.62rem;
  height: 0.62rem;
  margin-bottom: 0.08rem;
}
@media (max-width: 991px) {
  .jointw .container3 .box .bbx .ico {
    width: 0.52rem;
    height: 0.52rem;
  }
}
@media (max-width: 767px) {
  .jointw .container3 .box .bbx .ico {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.jointw .container3 .box .bbx .ico svg {
  width: 100%;
  height: auto;
}
.jointw .container3 .box .bbx .ico svg path {
  fill: #fff;
}
.jointw .container3 .box .bbx .txt p {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .jointw .container3 .box .bbx .txt p {
    font-size: 0.4rem;
  }
}
.jointr {
  min-height: 9.7rem;
  position: relative;
}
.jointr .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.jointr .container3 {
  position: relative;
  z-index: 10;
  padding-top: 1.45rem;
}
@media (max-width: 767px) {
  .jointr .container3 {
    padding: 1rem 0 0.6rem;
  }
}
.jointr .container3 .public_title {
  color: #fff;
  margin-bottom: 0.65rem;
}
.jointr .container3 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .jointr .container3 .box {
    flex-wrap: wrap;
  }
}
.jointr .container3 .box .bbx {
  transition: all 0.4s;
  width: calc((100% - 1.11rem)/4);
  padding: 0.6rem 0.22rem 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .jointr .container3 .box .bbx {
    width: calc(50% - 0.5rem);
    margin: 0 0 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .jointr .container3 .box .bbx {
    width: 100%;
  }
}
.jointr .container3 .box .bbx:hover {
  background: #53b94d;
}
.jointr .container3 .box .bbx:hover .ico svg path {
  fill: #fff;
}
.jointr .container3 .box .bbx:hover .txt .txt_t h3 {
  color: #fff;
}
.jointr .container3 .box .bbx:hover .txt .txt_t .g_p p {
  color: #fff;
}
.jointr .container3 .box .bbx:hover .txt .txt_t .g_p span {
  color: #fff !important;
}
.jointr .container3 .box .bbx .ico {
  width: 0.52rem;
  height: 0.52rem;
  margin-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .jointr .container3 .box .bbx .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.jointr .container3 .box .bbx .ico svg {
  width: 100%;
  height: auto;
}
.jointr .container3 .box .bbx .ico svg path {
  transition: all 0.4s;
  fill: #53b94d;
}
.jointr .container3 .box .bbx .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}
.jointr .container3 .box .bbx .txt .txt_t h3 {
  margin-bottom: 0.15rem;
  line-height: 1.1;
  font-weight: bold;
  transition: all 0.4s;
}
.jointr .container3 .box .bbx .txt .txt_t .g_p p {
  color: #666;
  transition: all 0.4s;
  line-height: 1.8;
}
.jointr .container3 .box .bbx .txt .txt_t .g_p span {
  font-weight: bold;
  color: #3eb034;
  transition: all 0.4s;
}
.jointr .container3 .box .bbx .txt .txt_t .g_p img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.jointr .container3 .box .bbx .txt .txt_b {
  margin-top: 0.5rem;
}
.jointr .container3 .box .bbx .txt .txt_b img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 1rem;
}
.joinfi {
  padding-top: 1.3rem;
}
.joinfi .box {
  margin-top: 1.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .joinfi .box .bcon {
    max-width: 750px;
    max-height: 1200px;
    display: flex;
    margin: 0 auto;
  }
}
.joinfi .box .bcon.on .bnr .bhz .item {
  animation: opa1 0.8s 1 forwards;
}
.joinfi .box .bcon.on .bcon_line #lottie::after {
  width: 0;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bnr {
    width: 35%;
  }
}
.joinfi .box .bcon .bnr .bhz {
  display: flex;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bnr .bhz {
    flex-direction: column;
  }
}
.joinfi .box .bcon .bnr .bhz .item {
  width: 25%;
  display: flex;
  opacity: 0;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bnr .bhz .item {
    width: 100%;
    margin-bottom: 0.7rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bnr .bhz .item {
    margin-bottom: 1.4rem;
  }
}
.joinfi .box .bcon .bnr .bhz .item .gsvg {
  background: #3cb035;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.15rem;
  width: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bnr .bhz .item .gsvg {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bnr .bhz .item .gsvg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.joinfi .box .bcon .bnr .bhz .item .gsvg svg {
  width: 58.57%;
}
.joinfi .box .bcon .bnr .bhz .item .gsvg svg path {
  fill: #fff;
}
.joinfi .box .bcon .bnr .bhz .item .txt {
  padding-right: 0.6rem;
}
@media screen and (max-width: 1400px) {
  .joinfi .box .bcon .bnr .bhz .item .txt {
    padding-right: 0.2rem;
  }
}
.joinfi .box .bcon .bnr .bhz .item .txt h3 {
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  margin: 0.1rem 0 0.05rem;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bnr .bhz .item .txt h3 {
    margin: 0 0 0.05rem;
  }
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bnr .bhz .item .txt h3 {
    font-size: 0.32rem;
  }
}
.joinfi .box .bcon .bnr .bhz .item .txt p {
  color: #666;
}
.joinfi .box .bcon .bcon_line {
  /* width: 84.375%; */
  margin-left: 4.9%;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bcon_line {
    width: 232px;
    height: 802px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bcon_line {
    width: 116px;
    height: auto;
    margin: 0;
  }
}
.joinfi .box .bcon .bcon_line .svgg {
  transform: scale(0.6);
}
.joinfi .box .bcon .bcon_line #lottie {
  position: relative;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bcon_line #lottie {
    width: 802px;
    height: 232px;
    margin-top: calc((802px - 232px) / 2);
    margin-left: calc((232px - 802px) / 2);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bcon_line #lottie {
    height: 103px;
    margin-top: calc((802px - 113px) / 2);
    margin-left: calc((103px - 802px) / 2);
  }
}
.joinfi .box .bcon .bcon_line #lottie > svg {
  width: 100%;
  height: auto;
}
.joinfi .box .bcon .bcon_line #lottie::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 88%;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  transition: all 5.8s;
}
@media (max-width: 767px) {
  .joinfi .box .bcon .bcon_line #lottie::after {
    height: 100%;
  }
}
.joinfi .box .bcon .bcon_line #lottie.on::after {
  width: 0;
}
.joinfi .box .bcon .bcon_t {
  padding-left: 10%;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bcon_t {
    padding: 1rem 0 0;
  }
}
.joinfi .box .bcon .bcon_t .bhz .item:nth-child(1) {
  animation-delay: 0.4s !important;
}
.joinfi .box .bcon .bcon_t .bhz .item:nth-child(2) {
  animation-delay: 1.2s !important;
}
.joinfi .box .bcon .bcon_t .bhz .item:nth-child(3) {
  animation-delay: 2s !important;
}
.joinfi .box .bcon .bcon_t .bhz .item:nth-child(4) {
  animation-delay: 2.8s !important;
}
.joinfi .box .bcon .bcon_b {
  margin-top: -0.2rem;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .joinfi .box .bcon .bcon_b {
    padding: 0;
  }
}
.joinfi .box .bcon .bcon_b .bhz .item:nth-child(1) {
  animation-delay: 0s !important;
}
.joinfi .box .bcon .bcon_b .bhz .item:nth-child(2) {
  animation-delay: 0.8s !important;
}
.joinfi .box .bcon .bcon_b .bhz .item:nth-child(3) {
  animation-delay: 1.6s !important;
}
.joinfi .box .bcon .bcon_b .bhz .item:nth-child(4) {
  animation-delay: 2.4s !important;
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.joinw {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .joinw {
    padding: 0 0 0.5rem;
    position: relative;
    z-index: 10;
  }
}
.joinw .box {
  margin-top: 0.8rem;
}
.joinw .box .tnav {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 0.37rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .joinw .box .tnav {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .joinw .box .tnav {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 767px) {
  .joinw .box .tnav {
    overflow: auto;
    border: none;
  }
}
.joinw .box .tnav a {
  cursor: pointer;
  transition: all 0.4s;
  padding: 0 0.08rem 0.1rem 0.08rem;
  margin: 0 0.5rem -2px 0.95rem;
  border-bottom: 4px solid transparent;
  width: 33.3%;
}
@media (max-width: 1260px) {
  .joinw .box .tnav a {
    font-size: 20px;
    margin: 0 0.52rem -2px 0;
  }
}
@media (max-width: 991px) {
  .joinw .box .tnav a {
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin: 0 0.52rem -1px 0;
  }
}
@media (max-width: 767px) {
  .joinw .box .tnav a {
    flex-shrink: 0;
    margin: 0 0.52rem 0 0;
    border: none;
  }
}
.joinw .box .tnav a.on,
.joinw .box .tnav a:hover {
  border-color: #3cb035;
  color: #3cb035;
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinw .box .bbx {
    overflow: hidden;
  }
}
.joinw .box .bbx .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .joinw .box .bbx .item {
    flex-direction: column-reverse;
  }
}
.joinw .box .bbx .item .left {
  background: #fff;
  width: 45.625%;
  padding: 0.65rem 0.95rem 0.3rem;
}
@media (max-width: 991px) {
  .joinw .box .bbx .item .left {
    width: 100%;
    padding: 0.4rem;
  }
}
.joinw .box .bbx .item .left .txt h3 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .joinw .box .bbx .item .left .txt h3 {
    font-size: 0.4rem;
  }
}
.joinw .box .bbx .item .left .txt .g_p {
  margin-bottom: 0.52rem;
}
@media (max-width: 767px) {
  .joinw .box .bbx .item .left .txt .g_p {
    font-size: 0.28rem;
  }
}
.joinw .box .bbx .item .left .txt .g_p p {
  color: #999;
  font-weight: bold;
}
.joinw .box .bbx .item .left > a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  height: 0.6rem;
  border-radius: 100px;
  padding: 0 0.52rem;
  transition: all 0.4s;
  border: 1px solid transparent;
  background: #3cb035;
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinw .box .bbx .item .left > a {
    font-size: 0.28rem;
    height: 0.8rem;
  }
}
.joinw .box .bbx .item .right {
  width: 54.375%;
}
@media (max-width: 991px) {
  .joinw .box .bbx .item .right {
    width: 100%;
  }
}
.joinw .box .bbx .item .right .joinw_r_img:before {
  padding-top: 60.8045977%;
}
.qie .pub_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.qie .pub_nav:hover svg path {
  fill: #3cb035;
}
.qie .pub_nav svg {
  width: 0.32rem;
  height: auto;
}
.qie .pub_nav svg path {
  stroke-width: 0;
  transition: all 0.4s;
  fill: #fff;
  opacity: 1;
}
.qie .pub_prev {
  left: 0.8rem;
}
.qie .pub_prev svg {
  transform: rotate(180deg);
}
.qie .pub_next {
  right: 0.8rem;
}
.joinsi {
  padding-top: 1.95rem;
}
@media (max-width: 767px) {
  .joinsi {
    padding-top: 0.5rem;
  }
}
.joinsi .box {
  position: relative;
}
.joinsi .box .img {
  width: 100%;
  position: absolute;
  top: 1.02rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .joinsi .box .img {
    display: none;
  }
}
.joinsi .box .bbx {
  position: relative;
  z-index: 10;
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .joinsi .box .bbx {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .joinsi .box .bbx {
    margin-top: 0.6rem;
  }
}
.joinsi .box .bbx .item {
  box-shadow: 1px 3px 57px 0px rgba(170, 170, 170, 0.11);
  padding: 0.55rem 0.2rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 3.18rem)/4);
  transition: all 0.4s;
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .joinsi .box .bbx .item {
    width: calc(50% - 0.4rem);
    margin: 0 0 0.5rem 0 !important;
  }
}
@media (max-width: 767px) {
  .joinsi .box .bbx .item {
    width: 100%;
  }
}
.joinsi .box .bbx .item:nth-child(2n) {
  margin-top: 0.8rem;
}
.joinsi .box .bbx .item:hover {
  background: #3cb035;
}
.joinsi .box .bbx .item:hover .gsvg {
  background: #fff;
}
.joinsi .box .bbx .item:hover .gsvg svg path {
  fill: #3cb035;
}
.joinsi .box .bbx .item:hover .txt h3 {
  color: #fff;
}
.joinsi .box .bbx .item:hover .txt .g_p p {
  color: #fff;
}
.joinsi .box .bbx .item .gsvg {
  transition: all 0.4s;
  background: #3cb035;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 0.3rem;
  width: 0.9rem;
  height: 0.9rem;
}
.joinsi .box .bbx .item .gsvg svg {
  width: 45.55%;
}
.joinsi .box .bbx .item .gsvg svg path {
  fill: #fff;
}
.joinsi .box .bbx .item .txt h3 {
  transition: all 0.4s;
  margin-bottom: 0.1rem;
  font-size: 0.34rem;
  font-weight: bold;
}
.joinsi .box .bbx .item .txt .g_p {
  text-align: center;
}
.joinsi .box .bbx .item .txt .g_p p {
  transition: all 0.4s;
  font-weight: bold;
  color: #888;
}
.joinse {
  background: #fff;
  padding: 2.46rem 0 1.82rem;
}
@media (max-width: 767px) {
  .joinse {
    padding: 1rem 0;
  }
}
.joinse .public_title .txt p a {
  color: #f18d01;
  font-weight: bold;
}
.joinse .box {
  padding: 0 1.42rem;
  margin-top: 0.52rem;
}
@media (max-width: 991px) {
  .joinse .box {
    padding: 0;
  }
}
.joinse .box .joinse_a {
  text-align: center;
}
.joinse_a .public-btn {
  padding: 0 0.35rem;
  background: #3cb035;
}
.joinse_a .public-btn:hover {
  background: #fff;
  border-color: #3cb035;
}
.joinse_a .public-btn:hover p {
  color: #3cb035;
}
.joinse_a .public-btn:hover svg {
  left: 5px;
}
.joinse_a .public-btn:hover svg path {
  fill: #3cb035;
}
@media (max-width: 767px) {
  .joinse_a .public-btn p {
    font-size: 0.28rem;
  }
}
.joinse_a .public-btn svg {
  width: 0.18rem;
  height: auto;
}
.switchOdd {
  margin-bottom: 0.45rem;
}
.switchOdd > li {
  transition: all 0.4s;
}
.switchOdd > li:nth-child(2n) .title {
  background: #e7f5e6;
}
.switchOdd > li.on {
  background: -webkit-linear-gradient(to top, #fff, #e1efe0);
  background: linear-gradient(to top, #fff, #e1efe0);
}
.switchOdd > li.on .title {
  background: none;
}
.switchOdd > li.on .title .left > p {
  color: #f18d01;
}
.switchOdd > li.on .title .right {
  border-color: #f18d01;
}
.switchOdd > li.on .title .right .g_qh {
  transform: rotate(-45deg);
}
.switchOdd > li.on .title .right .g_qh i {
  background: #f18d01;
}
.switchOdd > li .title {
  transition: all 0.4s;
  background: #f6f6f6;
  padding: 0.12rem 0.28rem 0.12rem 0.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .switchOdd > li .title {
    padding: 0.16rem 0.3rem;
  }
}
.switchOdd > li .title .left p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .switchOdd > li .title .left p {
    font-size: 0.32rem;
  }
}
.switchOdd > li .title .right {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #3eb034;
}
@media (max-width: 767px) {
  .switchOdd > li .title .right {
    flex-shrink: 0;
    margin-left: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.switchOdd > li .title .right .g_qh {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 0.19rem;
  height: 0.19rem;
}
@media (max-width: 767px) {
  .switchOdd > li .title .right .g_qh {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.switchOdd > li .title .right .g_qh i {
  width: 100%;
  height: 1px;
  background: #3eb034;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.switchOdd > li .title .right .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.switchOdd > li .g_box {
  display: none;
  border-bottom: 2px solid #3eb034;
  padding: 0.06rem 4rem 0.35rem 0.35rem;
}
@media (max-width: 767px) {
  .switchOdd > li .g_box {
    padding: 0.3rem;
  }
}
.switchOdd > li .g_box .g_p p {
  color: #888;
}
.joinei {
  padding: 1.55rem 0 1.05rem;
  color: #fff;
  position: relative;
}
.joinei:target {
  /* margin-top: 1rem; */
}
.joinei .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .joinei {
    padding: 1rem 5%;
  }
}
.joinei .public_title {
  position: relative;
  z-index: 10;
}
.joinei .box {
  position: relative;
  z-index: 10;
  width: 11.54rem;
  margin: 0.62rem auto 0;
}
@media (max-width: 991px) {
  .joinei .box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .joinei .box {
    width: 100%;
  }
}
.joinei .box form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joinei .box form .inp {
    flex-direction: column;
  }
}
.joinei .box form .inp .inp_box {
  width: 50%;
  margin-bottom: 0.3rem;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .joinei .box form .inp .inp_box {
    width: 100%;
    padding: 0;
  }
}
.joinei .box form .inp .inp_box p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinei .box form .inp .inp_box p {
    font-size: 0.32rem;
  }
}
.joinei .box form .inp .inp_box p span {
  color: #ff0000;
}
.joinei .box form .inp .inp_box input {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.82rem;
  padding-left: 20px;
  color: #333;
}
@media (max-width: 767px) {
  .joinei .box form .inp .inp_box input {
    height: 0.8rem;
    font-size: 0.32rem;
  }
}
.joinei .box form .inp .inp_box .sel_box {
  position: relative;
}
.joinei .box form .inp .inp_box .sel_box select {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.82rem;
  padding-left: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .joinei .box form .inp .inp_box .sel_box select {
    height: 0.8rem;
  }
}
.joinei .box form .inp .inp_box .sel_box select option {
  color: #999;
}
.joinei .box form .inp .inp_box .sel_box::after {
  content: '';
  background: url(../images/b2.svg) no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.joinei .box form .textarea p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinei .box form .textarea p {
    font-size: 0.32rem;
  }
}
.joinei .box form .textarea p span {
  color: #ff0000;
}
.joinei .box form .textarea textarea {
  color: #333;
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 2.75rem;
  padding: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .joinei .box form .textarea textarea {
    padding: 10px 0 0 20px;
    height: 2.5rem;
    font-size: 0.32rem;
  }
}
.joinei .box form .bri {
  margin: 0.07rem auto 0.52rem;
}
.joinei .box form .bri p {
  color: #dadada;
}
@media (max-width: 767px) {
  .joinei .box form .bri p {
    font-size: 0.28rem;
  }
}
.joinei .box form .bri p a {
  color: #fff;
}
.joinei .box form .but {
  text-align: center;
}
.joinei .box form .but button {
  height: 0.5rem;
  padding: 0 0.64rem;
  background: #3eb034;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinei .box form .but button {
    height: 0.8rem;
    padding: 0 0.9rem;
  }
}
.sub_banner4 {
  position: relative;
}
.sub_banner4 .mob_pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sub_banner4 .sub_banner_txt {
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: relative;
  padding-bottom: 0.24rem;
  color: #fff;
}
.sub_banner4 .sub_banner_txt .container3 {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sub_banner4 .sub_banner_txt .container3 img {
  width: auto;
  height: 0.45rem;
  margin-bottom: 0.45rem;
}
.sub_banner4 .sub_banner_txt .container3 h2 {
  margin-bottom: 0.62rem;
  font-size: 0.54rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .container3 h2 {
    text-align: center;
  }
}
.sub_banner4 .sub_banner_txt .container3 .public-btn {
  padding: 0 0.32rem;
}
.metO {
  padding: 1.04rem 0;
}
.metO .container3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.metO .container3 .left {
  position: sticky;
  top: 120px;
  width: 44.25%;
}
@media (max-width: 767px) {
  .metO .container3 .left {
    top: 80px;
  }
}
.metO .container3 .left h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .metO .container3 .left h2 {
    font-size: 0.32rem;
  }
}
.metO .container3 .left .lnav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.metO .container3 .left .lnav a {
  cursor: pointer;
  color: #888;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .metO .container3 .left .lnav a {
    font-size: 0.28rem;
  }
}
.metO .container3 .left .lnav a:hover,
.metO .container3 .left .lnav a.on {
  color: #003586;
}
.metO .container3 .right {
  width: 55.75%;
}
.metO .container3 .right .public-img {
  margin-bottom: 0.7rem;
}
.metO .container3 .right .public-img:before {
  padding-top: 67.04035874%;
}
.mettw {
  padding: 1.2rem 0;
  background: #000;
}
@media (max-width: 767px) {
  .mettw {
    padding: 0.6rem 0;
  }
}
.mettw .box {
  width: 100%;
  height: 7.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .mettw .box {
    height: 4rem;
  }
}
.mettw .box .mettw_swi {
  height: 100%;
}
.mettw .box .mettw_swi .mettw_swi_box {
  position: relative;
  height: 100%;
}
.mettw .box .mettw_swi .qie .pub_nav {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .mettw .box .mettw_swi .qie .pub_nav {
    display: none;
  }
}
.mettw .box .mettw_swi .qie .pub_nav:hover {
  background: #003586;
  border-color: #003586;
}
.mettw .box .mettw_swi .qie .pub_nav svg {
  width: 18%;
  height: auto;
}
.mettw .box .mettw_swi .qie .pub_nav svg path {
  transition: all 0.4s;
  fill: #fff;
}
.mettw .box .mettw_swi .qie .pub_prev {
  left: 0.65rem;
}
.mettw .box .mettw_swi .qie .pub_next {
  right: 0.65rem;
}
.mettw .box .vid {
  width: 100%;
  height: 100%;
}
.mettw .box .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mettw .box .conbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mettw .box .conbx .img {
  width: 100%;
  height: 100%;
}
.mettw .box .conbx .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.58rem;
}
@media (max-width: 767px) {
  .mettw .box .conbx .txt {
    padding: 0;
  }
}
.mettw .box .conbx .txt .vid_on {
  position: relative;
  margin: 0.5rem auto 0;
  width: 0.68rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mettw .box .conbx .txt .vid_on .img1 {
  position: absolute;
  width: 135.29%;
  height: auto;
  max-width: initial;
}
.mettw .box .conbx .txt .vid_on .img2 {
  position: absolute;
  width: 23.52%;
  height: auto;
}
.met_banner .h_b_box {
  position: relative;
}
.met_banner .h_b_box .met_btxt {
  padding: 0 5% 1rem;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.metinO {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .metinO {
    padding: 0.6rem 0;
  }
}
.metinO .box {
  position: relative;
}
@media (max-width: 767px) {
  .metinO .box .bjimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.metinO .box .txt {
  width: 37.75%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (max-width: 991px) {
  .metinO .box .txt {
    width: 100%;
    padding: 0 5%;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px) {
  .metinO .box .txt {
    position: relative;
    padding: 0.5rem 5%;
  }
}
.metinO .box .txt .txtbox {
  margin-bottom: 0.7rem;
  padding-right: 0.65rem;
}
@media (max-width: 767px) {
  .metinO .box .txt .txtbox {
    padding: 0;
  }
}
.metinO .box .txt .txtbox h2 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.26rem;
}
.metinO .box .txt .txtbox p {
  line-height: 1.7;
}
.metinO .box .txt .txta .public-btn {
  margin-right: 0.2rem;
}
.metinO .box .txt .txta .public-btn3 p {
  color: #333;
}
@media (max-width: 767px) {
  .metinO .box .txt .txta .public-btn3 svg {
    width: 9px;
  }
}
.metinO .box .txt .txta .public-btn3 svg path {
  fill: #333;
}
.metintr {
  padding-top: 1.74rem;
}
@media (max-width: 767px) {
  .metintr {
    padding: 1rem 0 0;
  }
}
.metintr .tit {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.metintr .tit h2 {
  line-height: 1.1;
  font-weight: bold;
}
.metintr .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.metintr .box .item {
  width: calc((100% - 1.12rem)/3);
  margin: 0 0.56rem 0.58rem 0;
}
@media (max-width: 767px) {
  .metintr .box .item {
    width: 100%;
    margin: 0 0 0.58rem 0;
  }
}
.metintr .box .item:hover .txt {
  box-shadow: 4px 15px 37px 6px rgba(0, 0, 0, 0.03);
}
.metintr .box .item:hover .txt h3 {
  color: #003586;
}
.metintr .box .item:hover .public-img img {
  transform: scale(1.05);
}
.metintr .box .item:nth-child(3n) {
  margin-right: 0;
}
.metintr .box .item .public-img:before {
  padding-top: 67.74193548%;
}
.metintr .box .item .txt {
  transition: all 0.4s;
  background: #fff;
  height: 1.72rem;
  padding: 0.35rem 0.28rem 0;
}
@media (max-width: 767px) {
  .metintr .box .item .txt {
    height: auto;
    padding: 0.4rem;
  }
}
.metintr .box .item .txt span {
  color: #999;
  display: block;
  margin-bottom: 0.15rem;
}
.metintr .box .item .txt h3 {
  transition: all 0.4s;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.metinfo {
  padding-top: 0.5rem;
}
.metinfo .box {
  margin-top: 0.58rem;
}
.metinfo .box .bbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.metinfo .box .bbx .item {
  width: calc(50% - 0.5rem);
  padding: 0 0.3rem 0.4rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #dcdcdc;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .metinfo .box .bbx .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .metinfo .box .bbx .item {
    flex-direction: column;
  }
}
.metinfo .box .bbx .item:hover:after {
  width: 100%;
}
.metinfo .box .bbx .item:hover h3 {
  color: #003586;
}
.metinfo .box .bbx .item span {
  margin-left: 1.3rem;
  flex-shrink: 0;
  color: #999;
}
@media (max-width: 767px) {
  .metinfo .box .bbx .item span {
    margin: 0.2rem 0 0;
  }
}
.metinfo .box .bbx .item h3 {
  transition: all 0.4s;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.6em;
}
@media (max-width: 767px) {
  .metinfo .box .bbx .item h3 {
    font-size: 0.32rem;
    height: auto;
  }
}
.metinfo .box .bbx .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #003586;
  transition: all 0.4s;
}
.metinfo .box .metinfo_a {
  text-align: center;
}
.metinfo .box .metinfo_a .public-btn svg {
  width: 16px;
}
@media (max-width: 767px) {
  .metinfo .box .metinfo_a .public-btn svg {
    width: 12px;
  }
}
.metinfi {
  background: #fff;
  padding: 1.55rem 0 0;
}
@media (max-width: 767px) {
  .metinfi {
    padding: 1rem 0;
  }
}
.metinfi .public_title .txt p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .metinfi .public_title .txt p br {
    display: none;
  }
}
.metinfi .public_title .txt p a {
  color: #003586;
  font-weight: bold;
  text-decoration: underline;
}
.metinfi .box {
  padding: 0 1.42rem;
  margin-top: 0.52rem;
}
@media (max-width: 991px) {
  .metinfi .box {
    padding: 0;
  }
}
.metinfi .box .joinse_a {
  text-align: center;
}
.metinfi .box .switchOdd {
  border-top: 1px solid #eee;
}
.metinfi .box .switchOdd > li.on {
  background: -webkit-linear-gradient(to top, #fff, #ebeff6);
  background: linear-gradient(to top, #fff, #ebeff6);
}
.metinfi .box .switchOdd > li.on .title {
  background: none !important;
}
.metinfi .box .switchOdd > li.on .title .left > p {
  color: #003586;
}
.metinfi .box .switchOdd > li.on .title .right {
  border-color: #003586;
}
.metinfi .box .switchOdd > li.on .title .right .g_qh {
  transform: rotate(-45deg);
}
.metinfi .box .switchOdd > li.on .title .right .g_qh i {
  background: #003586;
}
.metinfi .box .switchOdd > li .title {
  background: #fff;
}
.metinfi .box .switchOdd > li .title .right {
  border: 1px solid #003586;
}
.metinfi .box .switchOdd > li .title .right .g_qh i {
  background: #003586;
}
.metinfi .box .switchOdd > li .g_box {
  border-bottom: 2px solid #003586;
}
.metinfi .box .switchOdd > li:nth-child(2n) .title {
  background: #f3f7fd;
}
.metinfi .box .metinfo_a {
  text-align: center;
}
.metinfi .box .metinfo_a .public-btn svg {
  width: 16px;
}
@media (max-width: 767px) {
  .metinfi .box .metinfo_a .public-btn svg {
    width: 12px;
  }
}
.metinsi {
  padding: 1.5rem 0 1.25rem;
}
@media (max-width: 767px) {
  .metinsi {
    padding: 0 5% 1rem;
  }
}
.metinsi .box {
  width: 7.94rem;
  margin: 1rem auto 0;
}
@media (max-width: 991px) {
  .metinsi .box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .metinsi .box {
    width: 100%;
  }
}
.metinsi .box form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .metinsi .box form .inp {
    flex-direction: column;
  }
}
.metinsi .box form .inp .inp_box {
  width: 50%;
  margin-bottom: 0.3rem;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .metinsi .box form .inp .inp_box {
    width: 100%;
    padding: 0;
  }
}
.metinsi .box form .inp .inp_box p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
.metinsi .box form .inp .inp_box p span {
  color: #ff0000;
}
.metinsi .box form .inp .inp_box input {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.56rem;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .metinsi .box form .inp .inp_box input {
    height: 0.8rem;
  }
}
.metinsi .box form .inp .inp_box .sel_box {
  position: relative;
}
.metinsi .box form .inp .inp_box .sel_box select {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 0.56rem;
  padding-left: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .metinsi .box form .inp .inp_box .sel_box select {
    height: 0.8rem;
  }
}
.metinsi .box form .inp .inp_box .sel_box select option {
  color: #999;
}
.metinsi .box form .inp .inp_box .sel_box::after {
  content: '';
  background: url(../images/b2.svg) no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.metinsi .box form .inp .inp_box2 {
  width: 100%;
}
.metinsi .box form .textarea p {
  margin-bottom: 0.12rem;
  line-height: 1.1;
  font-weight: bold;
}
.metinsi .box form .textarea p span {
  color: #ff0000;
}
.metinsi .box form .textarea textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  height: 1.9rem;
  padding: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .metinsi .box form .textarea textarea {
    padding: 10px 0 0 20px;
    height: 2.5rem;
  }
}
.metinsi .box form .bri {
  margin: 0.15rem auto 0.52rem;
}
.metinsi .box form .bri p {
  color: #666;
}
.metinsi .box form .bri p a {
  color: #195fe1;
}
.metinsi .box form .but {
  text-align: center;
}
.metinsi .box form .but button {
  padding: 0 0.62rem;
}
@media (max-width: 767px) {
  .metinsi .box form .but button {
    height: 0.8rem;
    padding: 0 0.9rem;
  }
}
.metinsv {
  height: 3.5rem;
  position: relative;
}
.metinsv .img {
  width: 100%;
  height: 100%;
}
.metinsv .metinfo_a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metinsv .metinfo_a .public-btn {
  padding: 0 0.7rem;
}
.pop {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
  background: #fff;
  width: 64px;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .pop {
    right: 10px;
    width: auto;
  }
}
.pop > * {
  transition: all 0.6s;
}
.pop .pop_a {
  border-bottom: 1px solid #ddd;
  width: 62px;
  height: 62px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pop .pop_a {
    /* margin-top: 10px; */
    width: 0.82rem;
    height: 0.82rem;
  }
}
@media (max-width: 767px) {
  .pop .pop_a:last-child {
    border: none;
  }
}
.pop .pop_a.on {
  background: #003586;
}
.pop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.pop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.pop .pop_a.on .pop_a_img svg .st1 {
  fill: #969696;
}
.pop .pop_a.on .pop_a_img p {
  color: #fff;
}
.pop .pop_a img {
  z-index: 100;
}
.pop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pop .pop_a .pop_a_img svg {
  width: auto;
  height: 20px;
}
@media (max-width: 767px) {
  .pop .pop_a .pop_a_img svg {
    height: 0.38rem;
  }
}
.pop .pop_a .pop_a_img svg path {
  fill: #969696;
  opacity: 1;
}
.pop .pop_a .pop_a_img svg .st1 {
  fill: #fff;
}
.pop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pop .pop_a .pop_a_img p {
    display: none;
  }
}
.pop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.15rem 0.3rem;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .pop .pop_a .pop_text {
    width: 220px;
  }
}
.pop .pop_a .pop_text p {
  color: #666;
  margin-bottom: 0.02rem;
  white-space: nowrap;
  font-size: 14px;
}
.pop .pop_a .pop_text img {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
}
.pop .pop_a .pop_text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.pop .cur3 .pop_a_img svg {
  height: 18px;
}
.nav_ra_xs {
  /* &.on{
		.navoff{
			display: flex;
		}
		.navon{
			display: none;
		}
	} */
}
.nav_ra_xs .navon {
  width: 26px;
  height: 22px;
  display: flex;
  align-items: center;
}
.nav_ra_xs .navon svg path {
  fill: #fff;
}
.show_nav .nav_ra_xs .navon svg path {
  fill: #333;
}
.nav_dh {
  position: fixed;
  width: 460px;
  height: 100vh;
  background: #003586;
  right: -470px;
  top: 0;
  z-index: 100;
  padding: 1.1rem 0.49rem 1.5rem;
  transition: all 0.4s;
}
.nav_dh.on {
  right: 0;
}
.nav_dh .nav_rr2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  padding-right: 0.46rem;
}
.nav_dh .nav_rr2 .nav_tel {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nav_dh .nav_rr2 .nav_tel {
    display: none;
  }
}
.nav_dh .nav_rr2 .nav_tel p {
  color: #fff;
  font-weight: bold;
  margin-left: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .nav_dh .nav_rr2 .nav_tel p {
    color: #333;
  }
}
.nav_dh .nav_rr2 .nav_tel svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .nav_dh .nav_rr2 .nav_tel svg path {
    fill: #333 !important;
  }
}
@media (max-width: 1260px) {
  .nav_dh .nav_rr2 .nav_ra {
    display: none;
  }
}
.nav_dh .nav_rr2 .nav_ra .nav_ra_xs {
  cursor: pointer;
}
.nav_dh .nav_rr2 .nav_ra .nav_ra_xs img {
  width: 26px;
  height: auto;
}
.nav_dh .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.nav_dh .box .bt {
  height: 88%;
  overflow: auto;
  color: #fff;
}
.nav_dh .box .bt ul li:nth-last-child(1) .bt_tit a,
.nav_dh .box .bt ul li:nth-last-child(2) .bt_tit a {
  color: #fffc27;
}
.nav_dh .box .bt ul li.on .bt_tit .g_qh {
  background: #fff;
}
.nav_dh .box .bt ul li.on .bt_tit .g_qh i {
  background: #003586;
}
.nav_dh .box .bt ul li.on .bt_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav_dh .box .bt ul li .bt_tit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.1rem 0.11rem 0.1rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_dh .box .bt ul li .bt_tit a {
  transition: all 0.4s;
  color: #fff;
}
.nav_dh .box .bt ul li .bt_tit a:hover {
  font-weight: bold;
}
.nav_dh .box .bt ul li .bt_tit .g_qh {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
}
.nav_dh .box .bt ul li .bt_tit .g_qh i {
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .nav_dh .box .bt ul li .bt_tit .g_qh i {
    width: 10px;
    height: 1px;
  }
}
.nav_dh .box .bt ul li .bt_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav_dh .box .bt ul li .bt_box {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_dh .box .bt ul li .bt_box .bt_con {
  padding: 0.2rem 0.2rem 0.22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nav_dh .box .bt ul li .bt_box .bt_con a {
  color: #fff;
  margin-bottom: 0.05rem;
}
.nav_dh .box .bt ul li .bt_box .bt_con a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.nav_dh .box .bb {
  padding-left: 0.27rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.nav_dh .box .bb .left {
  display: flex;
  align-items: center;
}
.nav_dh .box .bb .left .bb_lco {
  margin-right: 0.36rem;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2b579a;
  transition: all 0.4s;
}
.nav_dh .box .bb .left .bb_lco:last-child {
  margin-right: 0;
}
.nav_dh .box .bb .left .bb_lco:hover {
  background: #fff;
}
.nav_dh .box .bb .left .bb_lco:hover svg path {
  fill: #2b579a !important;
}
.nav_dh .box .bb .left .bb_lco svg {
  width: 53.84%;
}
.nav_dh .box .bb .left .bb_lco svg path {
  transition: all 0.4s;
  fill: #fff;
}
.nav_dh .box .bb .right {
  width: 152px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.nav_dh .box .bb .right .tit {
  padding: 0 0.14rem 0.12rem;
  width: 100%;
}
.nav_dh .box .bb .right .tit p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_dh .box .bb .right .tit p a {
  color: #fff;
}
.nav_dh .box .bb .right .tit p svg {
  width: 9px;
  height: auto;
}
.nav_dh .box .bb .right .tit p svg path {
  fill: #fff;
}
.nav_dh .box .bb .right .g_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.12rem 0.14rem;
}
.nav_dh .box .bb .right .g_box .g_con {
  flex-direction: column;
  display: flex;
}
.nav_dh .box .bb .right .g_box .g_con a {
  margin-bottom: 0.05rem;
  color: #fff;
}
.ope_banner {
  height: 6.4rem;
  position: relative;
}
@media (max-width: 1260px) {
  .ope_banner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .ope_banner {
    height: 8rem;
  }
}
.ope_banner .mob_pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ope_banner .sub_banner_txt {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  color: #fff;
}
.ope_banner .sub_banner_txt .container3 {
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ope_banner .sub_banner_txt .container3 {
    padding: 0 ;
  }
}
.ope_banner .sub_banner_txt .container3 .txt {
  margin-top: 0.5rem;
}
.ope_banner .sub_banner_txt .container3 .txt h2 {
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ope_banner .sub_banner_txt .container3 .txt h2 {
    font-size: 0.44rem;
  }
}
.ope_banner .sub_banner_txt .container3 .txt p {
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  .ope_banner .sub_banner_txt .container3 .txt p {
    font-size: 0.32rem;
  }
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.06rem;
  color: #fff;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #fff;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.06rem;
}
.crumbs p svg path {
  fill: #fff;
}
.crumbs p i {
  font-style: initial;
  opacity: 1;
  color: #fff;
  margin-right: 0.06rem;
}
.opeO {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .opeO {
    padding: 0.6rem 0;
  }
}
.opeO .box {
  width: 100%;
  height: 7.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .opeO .box {
    height: 4rem;
  }
}
.opeO .box .vid {
  width: 100%;
  height: 100%;
}
.opeO .box .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opeO .box .conbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opeO .box .conbx .img {
  width: 100%;
  height: 100%;
}
.opeO .box .conbx .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.58rem;
}
@media (max-width: 767px) {
  .opeO .box .conbx .txt {
    padding: 0;
  }
}
.opeO .box .conbx .txt .vid_on {
  position: relative;
  margin: 0.5rem auto 0;
  width: 0.68rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.opeO .box .conbx .txt .vid_on .img1 {
  position: absolute;
  width: 135.29%;
  height: auto;
  max-width: initial;
}
.opeO .box .conbx .txt .vid_on .img2 {
  position: absolute;
  width: 23.52%;
  height: auto;
}
.public_title2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public_title2 {
    align-items: center;
  }
}
.public_title2 h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .public_title2 h2 {
    font-size: 0.48rem;
  }
}
.opetw {
  padding-top: 0.3rem;
}
.opetw .box {
  position: relative;
  margin-top: 0.5rem;
  padding: 0.68rem 1.28rem;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .opetw .box {
    padding: 0.4rem;
  }
}
.opetw .box .opetw_swi .opetw_swi_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box {
    flex-direction: column;
  }
}
.opetw .box .opetw_swi .opetw_swi_box .public-img {
  width: 49.5%;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box .public-img {
    width: 100%;
  }
}
.opetw .box .opetw_swi .opetw_swi_box .public-img:before {
  padding-top: 60.33182504%;
}
.opetw .box .opetw_swi .opetw_swi_box .right {
  width: 50.5%;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box .right {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.opetw .box .opetw_swi .opetw_swi_box .right .txt {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box .right .txt {
    margin-bottom: 0.5rem;
  }
}
.opetw .box .opetw_swi .opetw_swi_box .right .txt h3 {
  line-height: 1.2;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box .right .txt h3 {
    font-size: 0.32rem;
  }
}
.opetw .box .opetw_swi .opetw_swi_box .right .txt p {
  margin-top: 0.14rem;
  color: #666;
}
@media (max-width: 767px) {
  .opetw .box .opetw_swi .opetw_swi_box .right .txt p {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .opetw .box .qie {
    display: none;
  }
}
.opetw .box .qie .pub_nav {
  background: none;
  box-shadow: none;
}
.opetw .box .qie .pub_nav:hover svg path {
  fill: #003586;
}
.opetw .box .qie .pub_nav svg path {
  fill: #9a9a9a;
}
.opetw .box .qie .pub_prev {
  left: 0.4rem;
}
.opetw .box .qie .pub_next {
  right: 0.4rem;
}
.opetr {
  padding-top: 1.1rem;
}
.opetr .container3 .tit {
  text-align: center;
}
.opetr .container3 .tit h2 {
  font-weight: bold;
  line-height: 1;
}
.opetr .container3 .tit .tib {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.opetr .container3 .tit .tib p {
  color: #003586;
  font-weight: bold;
}
@media (max-width: 767px) {
  .opetr .container3 .tit .tib p {
    font-size: 12px;
  }
}
.opetr .container3 .tit .tib svg {
  margin-left: 0.14rem;
}
@media (max-width: 767px) {
  .opetr .container3 .tit .tib svg {
    width: 8px;
  }
}
.opetr .container3 .tit .tib svg path {
  fill: #003586;
}
.opetr .container3 .boxt {
  padding: 0 0.94rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .opetr .container3 .boxt {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .opetr .container3 .boxt {
    margin-top: 0.7rem;
  }
}
.opetr .container3 .boxt .left {
  width: 32.58%;
}
@media (max-width: 991px) {
  .opetr .container3 .boxt .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .opetr .container3 .boxt .left {
    margin-bottom: 0.8rem;
  }
}
.opetr .container3 .boxt .left h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.opetr .container3 .boxt .left .lbo {
  background: #f7faff;
  margin-top: 0.3rem;
  border: 1px solid #d5d5d5;
}
.opetr .container3 .boxt .left .lbo .lco {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.76rem 0.6rem;
}
@media (max-width: 767px) {
  .opetr .container3 .boxt .left .lbo .lco {
    padding: 0.5rem 0.3rem;
  }
}
.opetr .container3 .boxt .left .lbo .lco:last-child {
  border: none;
}
.opetr .container3 .boxt .left .lbo .lco h4 {
  color: #124a87;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .opetr .container3 .boxt .left .lbo .lco h4 {
    font-size: 0.32rem;
  }
}
.opetr .container3 .boxt .left .lbo .lco .g_p p {
  color: #666;
}
.opetr .container3 .boxt .right {
  width: 64.59%;
}
@media (max-width: 991px) {
  .opetr .container3 .boxt .right {
    width: 100%;
  }
}
.opetr .container3 .boxt .right h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.opetr .container3 .boxt .right .rbox {
  margin-top: 0.3rem;
}
.opetr .container3 .boxb {
  margin-top: 1rem;
}
.opetr .container3 .boxb h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.opetr .container3 .boxb .boxb_box {
  padding: 0 0.94rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .opetr .container3 .boxb .boxb_box {
    padding: 0;
  }
}
.opetr .container3 .boxb .boxb_box .bbri {
  margin-top: 0.2rem;
}
.opetr .container3 .boxb .boxb_box .bbri p {
  color: #888;
}
.ope_tab {
  width: 100%;
}
.ope_tab table {
  border-color: #d5d5d5;
  width: 100%;
}
.ope_tab table tr:nth-child(2n+1) {
  background: #f7faff;
}
.ope_tab table th {
  background: #003586;
  color: #fff;
  padding: 0.22rem 0.2rem;
}
.ope_tab table td {
  text-align: center;
  padding: 0.2rem 0.2rem;
  color: #666;
}
.opefi {
  padding-top: 1.1rem;
}
.opefi .container3 {
  /* padding: 0 0.94rem; */
}
@media (max-width: 991px) {
  .opefi .container3 {
    padding: 0;
  }
}
.opefi .container3 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.opefi .container3 .gnav {
  margin: 0.5rem 0 0.44rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .opefi .container3 .gnav {
    overflow: auto;
    justify-content: flex-start;
  }
}
.opefi .container3 .gnav a {
  transition: all 0.4s;
  cursor: pointer;
  color: #666;
  margin: 0 0.17rem;
  padding: 0 3px 6px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .opefi .container3 .gnav a {
    flex-shrink: 0;
    border-bottom: 1px solid transparent;
    font-size: 0.28rem;
  }
}
.opefi .container3 .gnav a.on,
.opefi .container3 .gnav a:hover {
  color: #003586;
  border-color: #003586;
  font-weight: bold;
}
.opefi .container3 .box .item .ope_tab {
  margin-bottom: 0.58rem;
}
@media (max-width: 767px) {
  .opefi .container3 .box .item .ope_tab {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .opefi .container3 .box .item .ope_tab table {
    width: 800px;
  }
}
.page2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2 a {
  height: 0.54rem;
  min-width: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  color: #222;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page2 a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.page2 a.prev {
  transform: rotate(180deg);
}
.page2 a.prev img {
  margin-right: 5px;
}
.page2 a.next img {
  margin-left: 5px;
}
.page2 a:hover {
  color: #fff;
  border-color: #003586;
  background: #003586;
}
.page2 a:hover p {
  color: #fff;
}
.page2 a:hover svg path {
  fill: #fff;
}
.page2 a img,
.page2 a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 767px) {
  .page2 a img,
  .page2 a svg {
    width: 6px;
  }
}
.page2 a .img2 {
  display: none;
}
.page2 a svg path {
  fill: #333;
}
.page2 .active {
  color: #fff;
  border-color: #003586;
  background: #003586;
}
.page2 .active p {
  color: #fff;
}
.opefo {
  padding: 1.1rem 0 1.75rem;
}
.opefo .box {
  padding: 0 0.94rem;
}
@media (max-width: 991px) {
  .opefo .box {
    padding: 0;
  }
}
.opefo .box .public-img:before {
  padding-top: 59.82142857%;
}
.opesi {
  height: 3.02rem;
}
.opesi .box {
  height: 100%;
  position: relative;
}
.opesi .box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.opesi .box .txt {
  position: relative;
  z-index: 10;
  padding: 0.95rem 0 0.78rem;
  text-align: center;
}
.opesi .box .txt h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0.3rem;
}
/* .pop{
	@media @max-xs{
		display: none !important;
	}
} */
.even_banner .h_b_box {
  color: #fff;
  position: relative;
}
.even_banner .h_b_box .met_btxt {
  padding: 0 5% 2.5rem;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.even_banner .h_b_box .met_btxt p {
  margin-top: 0.1rem;
  font-weight: bold;
}
.evenon {
  height: 9.7rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.evenon .bjimg {
  width: 100%;
  height: 100%;
}
.evenon .box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evenon .box .ball {
  background: url(../images/even2.png) no-repeat;
  background-size: contain;
  width: 4.19rem;
  height: 4.19rem;
  position: relative;
}
@media (max-width: 767px) {
  .evenon .box .ball {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.evenon .box .ball.on .posi p {
  transform: translate(0, -50%);
  opacity: 1;
}
.evenon .box .ball.on .posi i {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.evenon .box .ball .txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #003586;
  padding-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .evenon .box .ball .txt {
    padding-bottom: 0;
  }
}
.evenon .box .ball .txt p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .evenon .box .ball .txt p {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .evenon .box .ball .txt span {
    font-size: 0.32rem;
  }
}
.evenon .box .ball .posi p {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  /* white-space: nowrap; */
  transition: all 0.8s;
  width: 5em;
}
@media (max-width: 1580px) {
  .evenon .box .ball .posi p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .evenon .box .ball .posi p {
    font-size: 0.28rem;
  }
}
.evenon .box .ball .posi .p1 {
  left: -4.2rem;
  transform: translate(100px, -50%);
  opacity: 0;
  transition: all 1.2s;
}
@media (max-width: 991px) {
  .evenon .box .ball .posi .p1 {
    left: -1.84rem;
    transition: all 0.8s;
    top: 40%;
  }
}
.evenon .box .ball .posi .p2 {
  left: -1.84rem;
  transform: translate(100px, -50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .evenon .box .ball .posi .p2 {
    top: 60%;
  }
}
.evenon .box .ball .posi .p3 {
  right: -1.84rem;
  transform: translate(-100px, -50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .evenon .box .ball .posi .p3 {
    top: 40%;
  }
}
.evenon .box .ball .posi .p4 {
  right: -4.2rem;
  transform: translate(-100px, -50%);
  opacity: 0;
  transition: all 1.2s;
}
@media (max-width: 991px) {
  .evenon .box .ball .posi .p4 {
    right: -1.84rem;
    transition: all 0.8s;
    top: 60%;
  }
}
.evenon .box .ball .posi i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.8s;
  opacity: 0;
}
.evenon .box .ball .posi .i1 {
  width: 8.76rem;
  height: 8.76rem;
  transform: translate(-50%, -50%) scale(0.4);
}
.evenon .box .ball .posi .i2 {
  width: 13.88rem;
  height: 13.88rem;
  transform: translate(-50%, -50%) scale(0.3);
}
.eventw {
  height: 9.7rem;
  width: 100%;
  padding-top: 1.3rem;
  background: url(../images/even3.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .eventw {
    height: auto;
  }
}
.eventw .bbx {
  margin-top: 0.92rem;
  display: flex;
  justify-content: center;
}
.eventw .bbx .g_bm {
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .eventw .bbx .g_bm {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.eventw .bbx .g_bm.on .g_bl {
  right: calc(100% - 0.4rem);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.eventw .bbx .g_bm.on .g_br {
  left: calc(100% - 0.4rem);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.eventw .bbx .g_bm .g_bm_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  background: #003586;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .eventw .bbx .g_bm .g_bm_box {
    width: 4.4rem;
    height: 4.4rem;
    margin-bottom: 0.4rem;
  }
}
.eventw .bbx .g_bm .g_bm_box .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .eventw .bbx .g_bm .g_bm_box .txt {
    padding: 0 0.6rem;
  }
}
.eventw .bbx .g_bm .g_bm_box .txt span {
  font-size: 0.8rem;
  line-height: 0.8;
}
.eventw .bbx .g_bm .g_bm_box .txt h3 {
  margin: 0.08rem 0 0.05rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .eventw .bbx .g_bm .g_bm_box .txt p {
    font-size: 0.28rem;
  }
}
.eventw .bbx .g_bm .g_bm_box .posi {
  pointer-events: none;
}
.eventw .bbx .g_bm .g_bm_box .posi .i1 {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 1px dashed #6081b4;
}
.eventw .bbx .g_bm .g_bm_box .posi .i2 {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  height: 50%;
  width: 1px;
  -webkit-animation: rotate_1 8s linear infinite;
  animation: rotate_1 8s linear infinite;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.eventw .bbx .g_bm .g_bm_box .posi .i2:after {
  content: '';
  margin-top: calc(0.3rem - 4px);
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
.eventw .bbx .g_bm .g_bzy {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  width: 4.9rem;
  height: 4.8rem;
  transition: all 0.8s;
  opacity: 0;
}
@media (max-width: 767px) {
  .eventw .bbx .g_bm .g_bzy {
    position: initial;
    transform: translateY(0%) scale(1) !important;
    opacity: 1 !important;
    margin-bottom: 0.4rem;
  }
}
.eventw .bbx .g_bm .g_bzy .ltxt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eventw .bbx .g_bm .g_bzy .ltxt .g_sp {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #003586;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.56rem;
  margin-bottom: 0.15rem;
}
.eventw .bbx .g_bm .g_bzy .ltxt h3 {
  margin: 0 0 0.05rem;
  font-weight: bold;
}
.eventw .bbx .g_bm .g_bl {
  right: 0;
  background: url(../images/even4.png) no-repeat;
  background-size: contain;
  padding-right: 0.1rem;
}
.eventw .bbx .g_bm .g_br {
  left: 0;
  background: url(../images/even5.png) no-repeat;
  background-size: contain;
  padding-left: 0.1rem;
}
@keyframes rotate_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.eventh {
  width: 100%;
  height: 9.7rem;
  position: relative;
}
.eventh .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.eventh .txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.eventh .txt h2 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.55rem;
}
.eventh .txt .g_p {
  text-align: center;
}
.eventh .txt .g_p p {
  font-weight: bold;
}
.evenfo {
  overflow: hidden;
}
.evenfo .evenfo_box {
  padding: 1.05rem 0 1.24rem;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box {
    padding: 1rem 0 0.5rem;
  }
}
.evenfo .evenfo_box:nth-child(2n) {
  background: #f7faff;
}
@media (max-width: 1260px) {
  .evenfo .evenfo_box .qie2 {
    display: none;
  }
}
.evenfo .evenfo_box .evenfo_con {
  position: relative;
  margin-top: 0.5rem;
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-wrapper {
    flex-direction: column;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide {
  height: 100%;
  transition: all 0.4s;
  width: 34%;
  flex-shrink: initial;
  margin-right: 0.16rem;
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide {
    width: 100%;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide-active {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide-active {
    width: 66% !important;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide-active .item {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide-active .item {
    width: 100%;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .swiper-slide-active .item .txt {
  transition: all 0.8s;
  opacity: 1;
  top: 0;
  /* .txt_l{
								p{
									opacity: 1;
									position: relative;
									height: 1.5em;
								}
							}
							.bmore{
								position: relative;
								opacity: 1;
							} */
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item {
  display: block;
  width: 100%;
  height: 5.45rem;
  margin-right: 0.16rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item {
    overflow: hidden;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item:last-child {
  margin-right: 0;
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt {
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0.4rem;
  left: 0;
  padding: 0 0.3rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 0.4rem 0.3rem;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l {
  display: flex;
  flex-direction: column;
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l h3 {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l h3 {
    margin-bottom: 0.3rem;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l p {
  transition: all 0.4s;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l p {
    opacity: 1;
    position: relative;
    height: 1.5em;
  }
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .txt_l p {
    height: auto !important;
  }
}
.evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .bmore {
  flex-shrink: 0;
  margin-left: 0.3rem;
  height: 0.5rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  background: #003586;
  border-radius: 100px;
  /* opacity: 0; */
  transition: all 0.4s;
  /* position: absolute; */
}
@media (max-width: 991px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .bmore {
    opacity: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .evenfo .evenfo_box .evenfo_con .evenfo_swi .item .txt .bmore {
    margin: 0.5rem 0 0 0;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .qie2 {
    display: none;
  }
}
.qie2 .pub_nav {
  background: none;
  box-shadow: none;
}
.qie2 .pub_nav:hover svg path {
  fill: #003586;
}
.qie2 .pub_nav svg path {
  fill: #9a9a9a;
}
.qie2 .pub_prev {
  left: -0.82rem;
}
.qie2 .pub_next {
  right: -0.82rem;
}
.evenfi {
  padding-top: 0.85rem;
}
.evenfi .box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.evenfi .box .item {
  width: calc(100%/3);
  padding-top: 0.46rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 3.6rem;
}
@media (max-width: 767px) {
  .evenfi .box .item {
    width: 100%;
    height: auto;
    padding: 0.46rem 0;
  }
}
.evenfi .box .item:nth-last-child(2n) {
  background: #f4f4f4;
}
.evenfi .box .item .img {
  margin-top: 0.25rem;
  width: 4.14rem;
  height: auto;
}
@media (max-width: 991px) {
  .evenfi .box .item .img {
    width: 3.8rem;
  }
}
@media (max-width: 767px) {
  .evenfi .box .item .img {
    width: 4.5rem;
  }
}
.evenfi .box .item .msbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0.6rem;
}
.evenfi .box .item .msbox h4 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.evensi {
  padding: 1.6rem 0 1.8rem;
  background: #f7faff;
}
@media (max-width: 767px) {
  .evensi {
    padding: 1rem 0;
  }
}
.evensi .container3 .public_title a {
  display: block;
  margin-top: 0.25rem;
  color: #003586;
  text-decoration: underline;
}
.evensi .container3 .box {
  height: 4.6rem;
  margin-top: 0.42rem;
  padding: 0 0.08rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .evensi .container3 .box {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.evensi .container3 .box .gallery-thumbs {
  width: 88.38%;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs {
    width: 100%;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot {
  height: 4.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot {
    flex-direction: column;
    height: auto;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot:hover .left .txt h2 {
  color: #003586;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot:hover .right img {
  transform: scale(1.05);
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left {
  width: 51.43%;
  background: #fff;
  padding: 0.52rem 1.13rem 0.52rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot .left {
    width: 100%;
    padding: 0.4rem;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .txt span {
  margin-bottom: 0.25rem;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 0.42rem;
  padding: 0 0.2rem;
  margin-right: 0.13rem;
  display: flex;
  align-items: center;
  color: #888;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot .left .txt span {
    height: 0.6rem;
    padding: 0 0.3rem;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .txt h2 {
  color: #222;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 2.6em;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .txt p {
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot .left .time {
    margin-top: 0.3rem;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .time p {
  font-weight: bold;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .time .gr {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot .left .time .gr {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .time .gr svg {
  width: 19.04%;
  height: auto;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .left .time .gr svg path {
  fill: #333;
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .right {
  width: 48.57%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-thumbs .boxl .hot .right {
    width: 100%;
  }
}
.evensi .container3 .box .gallery-thumbs .boxl .hot .right .img {
  width: 100%;
  height: 100%;
}
.evensi .container3 .box .gallery-top {
  width: 10.1%;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-top {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.evensi .container3 .box .gallery-top .swiper-slide {
  cursor: pointer;
}
.evensi .container3 .box .gallery-top .swiper-slide .img {
  height: 1.06rem;
  border: 3px solid transparent;
}
@media (max-width: 767px) {
  .evensi .container3 .box .gallery-top .swiper-slide .img {
    height: 1.6rem;
  }
}
.evensi .container3 .box .gallery-top .swiper-slide-thumb-active .img {
  border: 3px solid #003586;
}
.evense {
  padding: 1.36rem 0 1.08rem;
}
@media (max-width: 767px) {
  .evense {
    padding: 1rem 0 ;
  }
}
.evense .box {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .evense .box {
    flex-direction: column;
  }
}
.evense .box .item {
  width: calc(50% - 0.47rem);
  box-shadow: 0 0 0.46rem rgba(0, 0, 0, 0.05);
  border-bottom: 0.06rem solid #003586;
}
@media (max-width: 767px) {
  .evense .box .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.evenei {
  padding: 1rem 0 1.5rem;
}
@media (max-width: 767px) {
  .evenei {
    padding: 0.5rem 0 1rem;
  }
}
.evenei .box {
  height: 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .evenei .box {
    height: auto;
  }
}
.evenei .box .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.evenei .box .txt {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.96rem 0 0 1.1rem;
}
@media (max-width: 991px) {
  .evenei .box .txt {
    padding: 0.5rem 0 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .evenei .box .txt {
    padding: 1rem 0.5rem;
    text-align: center;
  }
}
.evenei .box .txt > img {
  height: 0.43rem;
  width: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .evenei .box .txt > img {
    height: 0.94rem;
    margin-bottom: 0.6rem;
  }
}
.evenei .box .txt .txt_box {
  margin-bottom: 0.45rem;
  color: #fff;
}
@media (max-width: 767px) {
  .evenei .box .txt .txt_box {
    margin-bottom: 0.8rem;
  }
}
.evenei .box .txt .txt_box h2 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .evenei .box .txt .txt_box h2 {
    font-size: 0.68rem;
  }
}
.evenei .box .txt .txt_box p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .evenei .box .txt .txt_box p {
    font-size: 0.3rem;
  }
}
.evenei .box .txt .ewm {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.evenei .box .txt .ewm img {
  width: 120px;
  height: auto;
}
@media (max-width: 767px) {
  .evenei .box .txt .ewm img {
    width: 2.58rem;
  }
}
.evenei .box .txt .ewm p {
  margin-top: 0.16rem;
  color: #fff;
}
@media (max-width: 767px) {
  .evenei .box .txt .ewm p {
    margin-top: 0.36rem;
    font-size: 0.3rem;
  }
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  width: 10.75rem;
  transform: translate(-50%, -50%);
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 30px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curbd {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.curtain1 .curtain_box .curbd .left {
  width: 35.53%;
  padding: 0.95rem 0.38rem 0.35rem;
  background: #003586;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .left {
    display: none;
  }
}
.curtain1 .curtain_box .curbd .left .ltb img {
  height: 0.52rem;
  width: auto;
  margin-bottom: 0.8rem;
}
.curtain1 .curtain_box .curbd .left .ltb p {
  line-height: 1.32;
}
@media (max-width: 1900px) {
  .curtain1 .curtain_box .curbd .left .ltb p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .left .ltb p {
    font-size: 0.32rem;
  }
}
.curtain1 .curtain_box .curbd .left .lbb {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}
.curtain1 .curtain_box .curbd .left .lbb a {
  opacity: 0.5;
  color: #fff;
  margin-left: 0.2rem;
}
.curtain1 .curtain_box .curbd .left .lbb a:hover {
  opacity: 1;
}
.curtain1 .curtain_box .curbd .right {
  width: 64.47%;
  padding: 0.6rem 0.75rem 0.65rem;
  background: #fff;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .right {
    width: 100%;
  }
}
.curtain1 .curtain_box .curbd .right .txt {
  margin-bottom: 0.22rem;
}
.curtain1 .curtain_box .curbd .right .txt h2 {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .right .txt h2 {
    font-size: 0.4rem;
  }
}
.curtain1 .curtain_box .curbd .right .txt p {
  color: #666;
}
.curtain1 .curtain_box .curbd .right form .inp {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.curtain1 .curtain_box .curbd .right form .inp input {
  padding-left: 20px;
  width: 100%;
  height: 0.4rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .right form .inp input {
    height: 0.8rem;
  }
}
.curtain1 .curtain_box .curbd .right form .inp input::-webkit-input-placeholder {
  color: #333;
}
.curtain1 .curtain_box .curbd .right form .inp textarea {
  padding: 15px 0 0 20px;
  width: 100%;
  height: 1.36rem;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curbd .right form .inp textarea {
    height: 1.8rem;
    padding: 10px 0 0 20px;
  }
}
.curtain1 .curtain_box .curbd .right form .inp textarea::-webkit-input-placeholder {
  color: #333;
}
.curtain1 .curtain_box .curbd .right form .inp a {
  flex-shrink: 0;
  padding: 0 0.22rem 0 0.18rem;
  line-height: 1;
  border-left: 1px solid #ababab;
  color: #666;
}
.curtain1 .curtain_box .curbd .right form .formbri p a {
  color: #195fe1;
}
.curtain1 .curtain_box .curbd .right form button {
  padding: 0 0.65rem;
  margin-top: 0.4rem;
}
.aboO_2 {
  height: 9.7rem;
}
@media (max-width: 767px) {
  .aboO_2 {
    margin-top: 60px;
  }
}
.aboO_2 .box {
  transform: scale(1);
}
.ness {
  position: relative;
}
.ness .ness_con .ness_swi .public-img:before {
  padding-top: 44.44444444%;
}
.ness .ness_con .ness_swi .txt {
  padding: 0.3rem 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .ness .ness_con .qie {
    display: none;
  }
}
.ness .ness_con .qie .pub_nav {
  top: calc(50% - 0.48rem);
  background: none;
  box-shadow: none;
}
.ness .ness_con .qie .pub_nav:hover svg path {
  fill: #003586;
}
.ness .ness_con .qie .pub_nav svg path {
  fill: #9a9a9a;
}
.ness .ness_con .qie .pub_prev {
  left: -0.6rem;
}
.ness .ness_con .qie .pub_next {
  right: -0.6rem;
}
.ness .b_down {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ness .b_down .item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  padding-right: 0.35rem;
  position: relative;
}
.ness .b_down .item i {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ness .b_down .item i svg {
  width: 100%;
  height: 100%;
}
.ness .b_down .item i svg path {
  fill: #333;
}
.ness .b_down .item:hover p {
  color: #003586;
}
.ness .b_down .item:hover a {
  color: #003586;
}
.ness .b_down .item:hover i svg path {
  fill: #003586;
}
.ness1 {
  margin-top: 0.8rem;
}
.productbox-sec2-1 .fzhong {
  height: 160vh !important;
}
