@charset "utf-8";
html,
body,
figure,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
textarea,
a,
span,
em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: calc(100vw/19.2);
}
@media (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
ul,
ol,
li {
  list-style-type: none;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  transition: 0.5s;
}
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-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background: #FBFBFB;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 18px;
  }
  .font40 {
    font-size: 0.55rem;
  }
  .font48 {
    font-size: 0.58rem;
  }
  .font60 {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 16px;
  }
  .font30 {
    font-size: 15px;
  }
  .font36 {
    font-size: 18px;
  }
  .font40 {
    font-size: 0.6rem;
  }
  .font48 {
    font-size: 26px;
  }
  .font60 {
    font-size: 34px;
  }
}
#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: #e9a171;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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%;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.5s;
}
.header.fh {
  background-color: #0F399D;
}
.header.c-head-move {
  top: -100px;
}
.header.c-style2 {
  color: #666;
  background-color: #0F399D;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1150px) {
  .header .container {
    height: 1rem;
  }
}
.header .container .logo {
  width: 2.92rem;
  height: 0.4rem;
}
.header .container .logo a {
  display: flex;
}
.header .container .logo a img {
  width: 100%;
}
.header .container .right {
  height: 0.8rem;
}
.header .container .right .close {
  display: none;
  width: 0.6rem;
  height: 100%;
}
@media (max-width: 1150px) {
  .header .container .right .close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
.header .container .right .close span {
  width: 0.5rem;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0.05rem 0;
  transition: all ease-in 0.3s;
}
.header .container .right .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  margin-top: 0.35rem;
}
.header .container .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .container .right .close.on span:nth-child(3) {
  transform: rotateZ(-45deg);
  margin-top: -0.35rem;
}
.header .container .right .rbox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .header .container .right .rbox {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 1rem);
    right: 0;
    top: 100%;
    background: #fff;
    align-items: flex-start;
    align-content: flex-start;
    display: none;
  }
}
.header .container .right .rbox .menu {
  margin-right: 0.76rem;
}
@media (max-width: 1800px) {
  .header .container .right .rbox .menu {
    margin-right: 0.25rem;
  }
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu {
    width: 100%;
    margin-right: 0;
    padding-top: 0.5rem;
  }
}
.header .container .right .rbox .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.header .container .right .rbox .menu ul li {
  position: relative;
  margin-right: 0.3rem;
}
@media (max-width: 1800px) {
  .header .container .right .rbox .menu ul li {
    margin-right: 0.25rem;
  }
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li {
    width: 100%;
  }
}
.header .container .right .rbox .menu ul li:last-child {
  margin-right: 0;
}
.header .container .right .rbox .menu ul li .menu-link {
  display: flex;
  align-items: center;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li .menu-link {
    width: 84%;
    margin: auto;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header .container .right .rbox .menu ul li .menu-link {
    width: 90%;
  }
}
.header .container .right .rbox .menu ul li .menu-link a {
  color: #FFFFFF;
  line-height: 0.8rem;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li .menu-link a {
    color: #333;
  }
}
.header .container .right .rbox .menu ul li .menu-link .icon {
  width: 8px;
  height: 4px;
  margin-left: 7px;
}
.header .container .right .rbox .menu ul li .menu-link .icon img {
  width: 100%;
}
.header .container .right .rbox .menu ul li .menu-link .icon img:last-child {
  display: none;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li .menu-link .icon img:first-child {
    display: none;
  }
  .header .container .right .rbox .menu ul li .menu-link .icon img:last-child {
    display: block;
  }
}
.header .container .right .rbox .menu ul li .s-menu {
  position: absolute;
  width: 1.8rem;
  padding: 0.08rem 0.1rem;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #0F399E;
  border-radius: 5px;
  display: none;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li .s-menu {
    position: relative;
    top: initial;
    width: 84%;
    background: none;
    padding: 0.08rem 0.25rem;
  }
}
@media (max-width: 767px) {
  .header .container .right .rbox .menu ul li .s-menu {
    width: 90%;
  }
}
.header .container .right .rbox .menu ul li .s-menu .s-menu-link {
  width: 100%;
  height: 0.57rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
  transition: all ease-in 0.3s;
}
.header .container .right .rbox .menu ul li .s-menu .s-menu-link:hover {
  background: rgba(64, 112, 244, 0.1);
  box-shadow: 2px 4px 17px 1px rgba(175, 183, 222, 0.22);
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li .s-menu .s-menu-link {
    color: #333;
    justify-content: flex-start;
  }
}
.header .container .right .rbox .menu ul li:hover .s-menu {
  display: block;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .menu ul li:hover .s-menu {
    display: none;
  }
}
.header .container .right .rbox .language {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .language {
    width: 84%;
    margin: 0.2rem auto 0;
  }
}
@media (max-width: 767px) {
  .header .container .right .rbox .language {
    width: 90%;
  }
}
.header .container .right .rbox .language .icon {
  width: 20px;
  height: 20px;
}
.header .container .right .rbox .language .icon img {
  width: 100%;
}
.header .container .right .rbox .language .icon img:last-child {
  display: none;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .language .icon img:first-child {
    display: none;
  }
  .header .container .right .rbox .language .icon img:last-child {
    display: block;
  }
}
.header .container .right .rbox .language .now {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .language .now {
    color: #333;
    margin-left: 0.3rem;
  }
}
.header .container .right .rbox .language .now img {
  width: 8px;
  height: 6px;
  margin-left: 0.1rem;
}
.header .container .right .rbox .language ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  text-align: center;
  display: none;
  background: #fff;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .language ul {
    position: relative;
    display: inline-block;
    left: 0;
    transform: translateX(0);
  }
}
.header .container .right .rbox .language ul li a {
  color: #333;
  padding: 10px 0;
  display: block;
}
@media (max-width: 1150px) {
  .header .container .right .rbox .language ul li a {
    color: #333;
  }
}
.header .container .right .rbox .language:hover ul {
  display: block;
}
.banner {
  width: 100%;
  height: 650px;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 120vw;
  }
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .banner-box {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .banner-box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .banner .swiper-container .banner-box .img.pc-img {
    display: none;
  }
}
.banner .swiper-container .banner-box .img.sj-img {
  display: none;
}
@media (max-width: 768px) {
  .banner .swiper-container .banner-box .img.sj-img {
    display: block;
  }
}
.banner .swiper-container .banner-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .banner-box .img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .swiper-container .banner-box .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .banner .swiper-container .banner-box .tbox {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-container .banner-box .tbox {
    width: 90%;
  }
}
.banner .swiper-container .banner-box .tbox.tb1 .title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.banner .swiper-container .banner-box .tbox.tb1 .txt {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.3rem;
}
.banner .swiper-container .banner-box .tbox.tb1 .more {
  width: 1.8rem;
  height: 0.6rem;
  background: #0F399E;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
  margin-top: 0.8rem;
}
.banner .swiper-container .banner-box .tbox.tb1 .more:hover {
  background: #103FAF;
}
.banner .swiper-container .swiper-pagination {
  width: 72.9%;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  text-align: initial;
}
@media (max-width: 1580px) {
  .banner .swiper-container .swiper-pagination {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-container .swiper-pagination {
    width: 90%;
  }
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  background: none;
  margin: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F7F9FC;
  opacity: 0.8;
  border: 1px solid #F7F9FC;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  border: transparent;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  background: #fff;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 7s linear, opacity 0s linear;
  transition: stroke-dashoffset 7s linear, opacity 0s linear;
}
.banner .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  width: 21px;
  height: 33px;
  z-index: 3;
  cursor: pointer;
}
.banner .mouse img {
  width: 100%;
  animation: run1 0.8s infinite;
  -webkit-animation: run1 0.8s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
.index-news {
  width: 100%;
  padding: 1.2rem 0 1.5rem;
}
.index-news .container .top {
  width: 100%;
}
.index-news .container .top .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.index-news .container .top .txt {
  font-size: 0.48rem;
  font-weight: bold;
  color: #DEE1EE;
  line-height: 1;
  margin-top: 0.1rem;
}
.index-news .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.index-news .container .box .left {
  width: 48.2%;
  position: relative;
}
@media (max-width: 768px) {
  .index-news .container .box .left {
    width: 100%;
  }
}
.index-news .container .box .left .swiper-container {
  width: 100%;
}
.index-news .container .box .left .swiper-container .nbox {
  width: 100%;
}
.index-news .container .box .left .swiper-container .nbox .img {
  position: relative;
  width: 100%;
}
.index-news .container .box .left .swiper-container .nbox .img::before {
  content: "";
  display: block;
  padding-top: calc(370/670*100%);
}
.index-news .container .box .left .swiper-container .nbox .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.index-news .container .box .left .swiper-container .nbox .tbox {
  width: 100%;
  margin-top: 0.24rem;
}
.index-news .container .box .left .swiper-container .nbox .tbox .t1 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .index-news .container .box .left .swiper-container .nbox .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .index-news .container .box .left .swiper-container .nbox .tbox .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .index-news .container .box .left .swiper-container .nbox .tbox .t1 {
    font-size: 14px;
    line-height: 22px;
  }
}
.index-news .container .box .left .swiper-container .nbox .tbox .t2 {
  color: #666666;
  line-height: 24px;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-news .container .box .left .swiper-container .nbox .tbox .t2 {
    line-height: 20px;
  }
}
.index-news .container .box .left .swiper-container .nbox:hover .img img {
  transform: scale(1.1);
}
.index-news .container .box .left .swiper-container .nbox:hover .tbox .t1 {
  color: #093090;
}
.index-news .container .box .left .swiper-container .swiper-pagination {
  padding-left: 0.2rem;
  bottom: 1.3rem;
  font-size: 0;
  text-align: initial;
}
@media (max-width: 768px) {
  .index-news .container .box .left .swiper-container .swiper-pagination {
    bottom: 1.5rem;
  }
}
.index-news .container .box .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  background: none;
  margin: 0;
}
.index-news .container .box .left .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F7F9FC;
  opacity: 0.8;
  border: 1px solid #F7F9FC;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.index-news .container .box .left .swiper-container .swiper-pagination .swiper-pagination-bullet svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.index-news .container .box .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  border: transparent;
}
.index-news .container .box .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  background: #fff;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 7s linear, opacity 0s linear;
  transition: stroke-dashoffset 7s linear, opacity 0s linear;
}
.index-news .container .box .right {
  width: 43.6%;
}
@media (max-width: 768px) {
  .index-news .container .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-news .container .box .right .nmenu {
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
}
.index-news .container .box .right .nmenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-news .container .box .right .nmenu ul li {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .index-news .container .box .right .nmenu ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .index-news .container .box .right .nmenu ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .index-news .container .box .right .nmenu ul li {
    font-size: 14px;
  }
}
.index-news .container .box .right .nmenu ul li:hover,
.index-news .container .box .right .nmenu ul li.on {
  font-weight: bold;
  color: #093090;
  border-bottom: 2px solid #0F399E;
}
.index-news .container .box .right .nlist {
  width: 100%;
  margin-top: 0.14rem;
}
.index-news .container .box .right .nlist ul {
  width: 100%;
}
.index-news .container .box .right .nlist ul li {
  width: 100%;
  border-bottom: 1px solid rgba(188, 188, 188, 0.3);
  padding: 0.18rem 0;
}
.index-news .container .box .right .nlist ul li:last-child {
  border-bottom: none;
}
.index-news .container .box .right .nlist ul li a .time {
  color: #999999;
  line-height: 24px;
}
.index-news .container .box .right .nlist ul li a .t1 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .index-news .container .box .right .nlist ul li a .t1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .index-news .container .box .right .nlist ul li a .t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .index-news .container .box .right .nlist ul li a .t1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-news .container .box .right .nlist ul li a .t2 {
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-news .container .box .right .nlist ul li a .t2 {
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .index-news .container .box .right .nlist ul li a .t2 {
    line-height: 18px;
  }
}
.index-news .container .box .right .nlist ul li a:hover .t1 {
  color: #093090;
}
.index-box2 {
  width: 100%;
  position: relative;
}
.index-box2 .bg {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .index-box2 .bg {
    height: 8.5rem;
  }
}
@media (max-width: 500px) {
  .index-box2 .bg {
    height: 9.5rem;
  }
}
.index-box2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box2 .bg::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.index-box2 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.7rem;
  z-index: 2;
}
.index-box2 .container .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.index-box2 .container .t1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #DEE1EE;
  line-height: 1;
  opacity: 0.2;
  text-align: center;
}
.index-box2 .container .t2 {
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  margin-top: 0.3rem;
}
.index-box2 .container .more {
  width: 1.8rem;
  height: 0.6rem;
  background: #0F399E;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.45rem auto 0;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
}
.index-box2 .container .more:hover {
  background: #103FAF;
}
.index-box2 .container .num-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.8rem;
}
.index-box2 .container .num-list .item {
  width: 21.5%;
  text-align: center;
}
@media (max-width: 500px) {
  .index-box2 .container .num-list .item {
    width: 25%;
  }
}
.index-box2 .container .num-list .item .num {
  font-size: 0.6rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 500px) {
  .index-box2 .container .num-list .item .num {
    font-size: 0.4rem;
  }
}
.index-box2 .container .num-list .item .txt {
  color: #FFFFFF;
  line-height: 25px;
  opacity: 0.8;
  margin-top: 0.1rem;
}
.index-box2 .container .link-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}
@media (max-width: 1220px) {
  .index-box2 .container .link-box {
    margin-top: 0.7rem;
  }
}
.index-box2 .container .link-box .item {
  width: 33%;
  position: relative;
  padding: 0.1rem 0;
}
.index-box2 .container .link-box .item .img {
  width: 100%;
}
.index-box2 .container .link-box .item .img img {
  width: 100%;
}
.index-box2 .container .link-box .item .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #0F399E;
  transition: all ease-in 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #9FAFFF;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .index-box2 .container .link-box .item .tbox {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index-box2 .container .link-box .item .tbox {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .index-box2 .container .link-box .item .tbox {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .index-box2 .container .link-box .item .tbox {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-box2 .container .link-box .item .tbox {
    font-size: 14px;
  }
}
.index-box2 .container .link-box .item .tbox .icon {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}
.index-box2 .container .link-box .item .tbox .icon img {
  width: 100%;
}
.index-box2 .container .link-box .item .tbox:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.index-product {
  width: 100%;
  padding: 2rem 0 0.7rem;
}
@media (max-width: 500px) {
  .index-product {
    padding: 1rem 0 0.7rem;
  }
}
.index-product .container .top {
  width: 100%;
}
.index-product .container .top .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
}
.index-product .container .top .title span {
  font-size: 18px;
  color: #666666;
  margin-left: 0.25rem;
}
@media (max-width: 1600px) {
  .index-product .container .top .title span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-product .container .top .title span {
    font-size: 14px;
  }
}
.index-product .container .top .txt {
  font-size: 0.48rem;
  font-weight: bold;
  color: #DEE1EE;
  line-height: 1;
}
.index-product .container .list {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .index-product .container .list {
    flex-wrap: wrap;
  }
}
.index-product .container .list .item {
  width: 12.3%;
  position: relative;
  transition: all ease-in 0.3s;
  overflow: hidden;
}
@media (max-width: 500px) {
  .index-product .container .list .item {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-product .container .list .item .img {
  width: 100%;
  height: 6.9rem;
}
.index-product .container .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-product .container .list .item .ites {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 2.85rem;
}
@media (max-width: 500px) {
  .index-product .container .list .item .ites {
    padding-top: 1.08rem;
  }
}
.index-product .container .list .item .ites .t1 {
  width: 24px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .index-product .container .list .item .ites .t1 {
    width: 100%;
  }
}
.index-product .container .list .item .ites .tbox {
  width: 71%;
  margin: 0.4rem auto 0;
}
.index-product .container .list .item .ites .tbox a {
  width: 0;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  font-size: 18px;
  color: #fff;
  transition: all ease-in 0.3s;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-product .container .list .item .ites .tbox a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-product .container .list .item .ites .tbox a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .index-product .container .list .item .ites .tbox a {
    width: 100%;
  }
}
.index-product .container .list .item .ites .tbox a:hover {
  background: #0F399E;
}
.index-product .container .list .item .ites .more {
  font-size: 18px;
  text-decoration: underline;
  color: #FFFFFF;
  margin: auto;
  display: table;
  line-height: 1;
  margin-top: 0.5rem;
  opacity: 0;
  transition: all ease-in 0.3s;
}
@media (max-width: 1600px) {
  .index-product .container .list .item .ites .more {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-product .container .list .item .ites .more {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .index-product .container .list .item .ites .more {
    opacity: 1;
  }
}
.index-product .container .list .item.hover,
.index-product .container .list .item.on {
  width: 37.85%;
}
@media (max-width: 500px) {
  .index-product .container .list .item.hover,
  .index-product .container .list .item.on {
    width: 100%;
  }
}
.index-product .container .list .item.hover .ites,
.index-product .container .list .item.on .ites {
  padding-top: 1.08rem;
}
.index-product .container .list .item.hover .ites .t1,
.index-product .container .list .item.on .ites .t1 {
  width: 100%;
  font-size: 0.3rem;
  font-weight: bold;
}
.index-product .container .list .item.hover .ites .tbox a,
.index-product .container .list .item.on .ites .tbox a {
  width: 100%;
}
.index-product .container .list .item.hover .more,
.index-product .container .list .item.on .more {
  opacity: 1;
}
.index-case {
  width: 100%;
  padding: 0.8rem 0 1.5rem;
}
@media (max-width: 500px) {
  .index-case {
    padding: 0.4rem 0 1rem;
  }
}
.index-case .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-case .container .left {
  width: 36.4%;
  position: sticky;
  top: 0.8rem;
}
@media (max-width: 500px) {
  .index-case .container .left {
    width: 100%;
    position: relative;
    top: initial;
  }
}
.index-case .container .left .top {
  width: 100%;
}
.index-case .container .left .top .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .index-case .container .left .top .title {
    flex-wrap: wrap;
  }
}
.index-case .container .left .top .title span {
  font-size: 18px;
  color: #666666;
  margin-left: 0.15rem;
}
@media (max-width: 1600px) {
  .index-case .container .left .top .title span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-case .container .left .top .title span {
    font-size: 14px;
  }
}
.index-case .container .left .top .txt {
  font-size: 0.48rem;
  font-weight: bold;
  color: #DEE1EE;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-case .container .left .top .txt {
    font-size: 0.4rem;
    margin-top: 0.2rem;
  }
}
.index-case .container .left .list {
  width: 100%;
  position: relative;
  padding-left: 0.4rem;
  margin-top: 0.58rem;
}
@media (max-width: 500px) {
  .index-case .container .left .list {
    display: none;
  }
}
.index-case .container .left .list .line {
  width: 3px;
  height: 100%;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  top: 0;
}
.index-case .container .left .list .line span {
  width: 100%;
  height: 1rem;
  background: #0F399E;
  position: absolute;
  left: 0;
  top: 0;
}
.index-case .container .left .list .item {
  width: 100%;
  margin-bottom: 0.3rem;
}
.index-case .container .left .list .item:last-child {
  margin-bottom: 0;
}
.index-case .container .left .list .item.on {
  margin-bottom: 0.36rem;
}
.index-case .container .left .list .item.on:last-child {
  margin-bottom: 0;
}
.index-case .container .left .list .item.on .t1 {
  color: #0F399E;
}
.index-case .container .left .list .item.on .tbox {
  display: block;
}
.index-case .container .left .list .item .t1 {
  font-size: 20px;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .index-case .container .left .list .item .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-case .container .left .list .item .t1 {
    font-size: 16px;
  }
}
.index-case .container .left .list .item .tbox {
  width: 100%;
  margin-top: 0.18rem;
  display: none;
}
.index-case .container .left .list .item .tbox .t2 {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.index-case .container .left .list .item .tbox .t2:hover {
  color: #103FAF;
}
@media (max-width: 1600px) {
  .index-case .container .left .list .item .tbox .t2 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .index-case .container .left .list .item .tbox .t2 {
    font-size: 14px;
  }
}
.index-case .container .left .list .item .tbox .t3 {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.12rem;
}
@media (max-width: 1600px) {
  .index-case .container .left .list .item .tbox .t3 {
    font-size: 14px;
  }
}
.index-case .container .right {
  width: 51.85%;
}
@media (max-width: 500px) {
  .index-case .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-case .container .right .item {
  width: 100%;
  margin-bottom: 0.8rem;
}
.index-case .container .right .item:last-child {
  margin-bottom: 0;
}
.index-case .container .right .item .img {
  width: 100%;
}
.index-case .container .right .item .img img {
  width: 100%;
}
.index-case .container .right .item .txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0.2rem;
  display: none;
}
@media (max-width: 500px) {
  .index-case .container .right .item .txt {
    display: block;
  }
}
.index-case .container .more {
  width: 1.8rem;
  height: 0.6rem;
  background: #0F399E;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: all ease-in 0.3s;
  margin-top: 0.5rem;
}
.index-case .container .more:hover {
  background: #103FAF;
}
/* footer */
.footer {
  width: 100%;
  background: #1C1D22;
}
.footer .box1 {
  width: 100%;
  padding: 1rem 0 0.73rem;
}
.footer .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .box1 .container .left {
  width: 40%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 768px) {
  .footer .box1 .container .left {
    width: 100%;
    border-right: none;
  }
}
.footer .box1 .container .left .logo {
  width: 2.92rem;
  height: 0.4rem;
}
.footer .box1 .container .left .logo a {
  width: 100%;
}
.footer .box1 .container .left .logo a img {
  width: 100%;
}
.footer .box1 .container .left .tbox {
  margin-top: 0.45rem;
  position: relative;
}
.footer .box1 .container .left .tbox .wx {
  position: absolute;
  top: 0;
  right: 0.3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer .box1 .container .left .tbox .wx {
    margin-top: -0.8rem;
  }
}
.footer .box1 .container .left .tbox .wx img {
  width: 1.2rem;
  height: 1.2rem;
}
.footer .box1 .container .left .tbox .tel {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFFFFF;
}
.footer .box1 .container .left .tbox .txt {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 0.1rem;
}
@media (max-width: 1600px) {
  .footer .box1 .container .left .tbox .txt {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .footer .box1 .container .left .tbox .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .box1 .container .left .tbox .txt span {
  display: block;
}
.footer .box1 .container .left .lx {
  text-decoration: underline;
  color: #3363D8;
  margin-top: 0.25rem;
  display: block;
}
.footer .box1 .container .right {
  display: flex;
}
@media (max-width: 768px) {
  .footer .box1 .container .right {
    width: 100%;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .footer .box1 .container .right {
    display: none;
  }
}
.footer .box1 .container .right .item {
  margin-right: 0.58rem;
}
.footer .box1 .container .right .item:last-child {
  margin-right: 0;
}
.footer .box1 .container .right .item .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
@media (max-width: 1600px) {
  .footer .box1 .container .right .item .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .footer .box1 .container .right .item .t1 {
    font-size: 14px;
  }
}
.footer .box1 .container .right .item ul {
  margin-top: 0.18rem;
}
.footer .box1 .container .right .item ul li a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 36px;
  transition: all ease-in 0.3s;
}
.footer .box1 .container .right .item ul li a:hover {
  color: #fff;
}
.footer .box2 {
  width: 100%;
  border-top: 1px solid rgba(248, 249, 246, 0.1);
  padding: 0.2rem 0;
}
.footer .box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .box2 .container .left {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
}
.footer .box2 .container .left a {
  color: rgba(255, 255, 255, 0.5);
  transition: all ease-in 0.3s;
  margin-right: 0.3rem;
}
.footer .box2 .container .left a:hover {
  color: #fff;
}
.footer .box2 .container .right {
  color: rgba(255, 255, 255, 0.2);
}
.footer .box2 .container .right a {
  color: rgba(255, 255, 255, 0.2);
  transition: all ease-in 0.3s;
}
.footer .box2 .container .right a:hover {
  color: #fff;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1rem;
  }
}
/* t_banner 通用 */
.t_banner {
  height: 650px;
  position: relative;
}
@media (max-width: 991px) {
  .t_banner {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .t_banner {
    height: 5rem;
  }
}
.t_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t_banner .nei {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.t_banner .nei .title {
  font-weight: bold;
  margin-bottom: 0.2rem;
  letter-spacing: 4px;
}
/* 位置 */
.wei {
  background: #FBFBFB;
  line-height: 0.8rem;
  position: sticky;
  top: -2px;
  z-index: 100;
}
@media (max-width: 1260px) {
  .wei {
    line-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .wei {
    line-height: 24px;
    padding: 14px 0;
    position: relative;
    top: 0;
  }
}
.wei .container {
  display: flex;
  justify-content: space-between;
}
.wei .left {
  color: #999999;
  margin-left: -10px;
}
.wei .left a {
  color: #999999;
  padding: 0px 10px;
}
.wei .left a:hover {
  color: #0F399D;
}
.wei .left span {
  color: #333;
  padding: 0px 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .wei .right {
    display: none;
  }
}
.wei .right a {
  display: inline-block;
  position: relative;
  color: #656565;
  transition: 0.5s;
  text-align: center;
  width: 1.55rem;
}
.wei .right a::after {
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0F399D;
  position: absolute;
}
.wei .right a:hover,
.wei .right a.on {
  color: #fff;
  background: #0F399D;
}
/* 标题与简介 */
.biao {
  text-align: center;
  padding: 0.8rem 0;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .biao {
    padding-top: 1rem;
  }
}
.biao .title {
  width: 100%;
  padding-bottom: 0.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.biao .desc {
  max-width: 7.2rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .biao .desc {
    max-width: 8rem;
  }
}
@media (max-width: 767px) {
  .biao .desc {
    max-width: 90%;
    line-height: 1.6;
  }
}
.biao .info {
  max-width: 72%;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .biao .info {
    line-height: 1.6;
    max-width: 95%;
  }
}
/*  文本编辑+图片信息  */
.text_info {
  line-height: 1.8;
  color: #333333;
}
.text_info img {
  max-width: 100%;
}
/* 关于我们 */
.about_banner {
  height: 100vh;
}
@media (max-width: 991px) {
  .about_banner {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .about_banner {
    height: 5rem;
  }
}
.gy_list {
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.gy_list li {
  width: 33.333%;
  padding: 0.15rem;
}
.gy_list li:nth-child(1) {
  width: 63%;
}
.gy_list li:nth-child(2) {
  width: 37%;
}
@media (max-width: 767px) {
  .gy_list li {
    width: 100%;
  }
  .gy_list li:nth-child(1) {
    width: 100%;
  }
  .gy_list li:nth-child(2) {
    width: 100%;
  }
}
.gy_list .nei {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.gy_list .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gy_list .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.28rem 0.7rem;
  color: #fff;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
}
.gy_list .text-box .title {
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
}
.gy_list .text-box .desc {
  margin-bottom: -150px;
  width: 100%;
  margin-top: 0.3rem;
  line-height: 1.4;
  transition: 0.5s;
}
.gy_list li:hover .desc {
  margin-bottom: 0;
}
.gy_one {
  color: #333333;
  padding-bottom: 0.4rem;
}
.gy_one .title {
  font-weight: bold;
}
.gy_two {
  background: #FBFBFB;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .gy_two {
    margin-bottom: 0;
  }
}
.gy_two li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.gy_two li:nth-child(2n) {
  flex-direction: row-reverse;
}
.gy_two .img-box {
  width: 50%;
  height: 4.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gy_two .img-box {
    width: 100%;
    height: 4rem;
  }
}
.gy_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gy_two .text-box {
  width: 50%;
  padding: 0 0.25rem;
}
@media (max-width: 991px) {
  .gy_two .text-box {
    padding-left: 0.1rem;
  }
}
@media (max-width: 767px) {
  .gy_two .text-box {
    width: 100%;
    padding: 0.5rem;
  }
}
.gy_two .nei {
  width: 100%;
  padding: 0.8rem 0.85rem;
  max-height: 3.4rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.gy_two .nei::-webkit-scrollbar {
  width: 2px;
}
.gy_two .nei::-webkit-scrollbar-track-piece {
  width: 2px;
  background-color: #dcdcdc;
  -webkit-border-radius: 0;
}
.gy_two .nei::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  background-color: #0F399E;
}
@media (max-width: 991px) {
  .gy_two .nei {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .gy_two .nei {
    max-height: 10rem;
    padding: 0;
  }
}
.gy_two .nei .title {
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.gy_two .nei .desc {
  line-height: 1.7;
}
.gy_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gy_three li {
  width: 46%;
  background: #F5F5F5;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .gy_three li {
    width: 100%;
  }
}
.gy_three .img-box {
  width: 100%;
  height: 4rem;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.gy_three .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.gy_three .img-box i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_01.png) no-repeat center center;
  background-size: 0.74rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gy_three .img-box i {
    background-size: 0.6rem;
  }
}
.gy_three .title {
  text-align: center;
  padding: 0.35rem 0;
  font-weight: bold;
}
/* 图片弹窗 */
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #0393CD;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop .img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-img-pop .pin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*  小分类菜单 */
.typeNav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.6rem;
  margin-bottom: 0.8rem;
}
.typeNav .nei {
  display: inline-block;
  line-height: 0.6rem;
  display: flex;
}
.typeNav a {
  width: 4.7rem;
  border-bottom: 2px solid #BDBEBA;
  color: #BBBBBB;
}
@media (max-width: 991px) {
  .typeNav a {
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .typeNav a {
    width: auto;
    padding: 0px 25px;
  }
}
.typeNav a.sel {
  color: #0F399D;
  border-bottom: 2px solid #0F399D;
}
/* 荣誉 */
.ry_list {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.ry_list li {
  width: 25% ;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .ry_list li {
    width: 50% ;
  }
}
.ry_list .img-box {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DBDBDB;
}
.ry_list .img-box img {
  max-height: 80%;
  transition: 1s;
  cursor: pointer;
}
.ry_list li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.ry_list .title {
  padding-top: 0.25rem;
  height: 1.2rem;
  text-align: center;
}
.more {
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .more {
    margin-top: 0.1rem;
  }
}
.more span {
  line-height: 0.6rem;
  background: url(../images/bg_02.png) no-repeat 85% center #0F389D;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  padding: 0 0.6rem 0 0.4rem;
  background-size: 0.12rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .more span {
    line-height: 0.7rem;
    padding: 0 0.7rem 0 0.4rem;
  }
}
/*  生产研发 yf */
.yf_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.yf_list li {
  padding: 0.15rem;
  width: 50%;
}
.yf_list .nei {
  position: relative;
  display: block;
  height: 6.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .yf_list .nei {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .yf_list .nei {
    height: 3rem;
  }
}
.yf_list .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.yf_list .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.yf_list .nei:hover .title {
  background: #0F399D;
}
.yf_list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: 0.5s;
  padding-left: 0.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .yf_list .title {
    line-height: 0.8rem;
    padding-left: 0.4rem;
    font-size: 16px;
  }
}
.yf_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.72rem;
}
@media (max-width: 991px) {
  .yf_two {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .yf_two {
    margin: 0 ;
  }
}
.yf_two li {
  width: 33.33%;
  padding: 0 0.72rem;
  padding-bottom: 1.6rem;
  text-align: center;
  color: #333;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 991px) {
  .yf_two li {
    padding: 0 0.5rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .yf_two li {
    width: 100%;
    padding: 0 0.3rem;
    padding-bottom: 0.6rem;
  }
}
.yf_two li:hover {
  color: #0F399D;
}
.yf_two li:hover .num {
  border: 3px solid #0F399D;
}
.yf_two li:hover .img-box {
  border: 5px solid #0F399D;
}
.yf_two li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.yf_two li::after {
  content: '';
  width: 0.61rem;
  height: 0.24rem;
  background: url(../images/j1.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  top: 2.8rem;
  right: -0.32rem;
}
@media (max-width: 767px) {
  .yf_two li::after {
    display: none;
  }
}
.yf_two li.li3::after,
.yf_two li.li6::after,
.yf_two li.li9::after {
  background: url(../images/j2.png) no-repeat left top;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.61rem;
  top: auto;
  left: 48%;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .yf_two li.li3::after,
  .yf_two li.li6::after,
  .yf_two li.li9::after {
    display: none;
  }
}
.yf_two li.li10::after {
  background: no-repeat;
}
.yf_two .num {
  display: inline-block;
  border: 3px solid #333;
  border-radius: 100%;
  width: 0.56rem;
  line-height: 0.5rem;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .yf_two .num {
    width: 46px;
    line-height: 40px;
  }
}
.yf_two .title {
  padding-top: 0.2rem;
  padding-bottom: 0.15rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .yf_two .title {
    padding-top: 0.3rem;
  }
}
.yf_two .desc {
  height: 0.7rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .yf_two .desc {
    -webkit-line-clamp: 100;
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.yf_two .img-box {
  width: 100%;
  border: 5px solid #fff;
  height: 2rem;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
}
.yf_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.yf_two2 {
  flex-direction: row-reverse;
}
.yf_two2 li::after {
  content: '';
  width: 0.61rem;
  height: 0.24rem;
  background: url(../images/j3.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  top: 2.8rem;
  right: auto;
  left: -0.32rem;
}
@media (max-width: 767px) {
  .yf_two2 li::after {
    display: none;
  }
}
.yf_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .yf_three {
    margin: 0 -0.12rem;
    padding-bottom: 0.5rem;
  }
}
.yf_three li {
  padding: 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .yf_three li {
    padding: 0.12rem;
  }
}
.yf_three .nei {
  display: inline-block;
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .yf_three .nei {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .yf_three .nei {
    height: 2.5rem;
  }
}
.yf_three .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.yf_three .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
.yf_three .nei:hover .title {
  background: #0F399D;
}
.yf_three .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.yf_type a {
  width: 3.2rem;
}
@media (max-width: 767px) {
  .yf_type a {
    width: 2rem;
    padding: 0;
  }
}
.yf_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yf_main .nei {
  width: 50%;
  padding-right: 1.1rem;
  padding-bottom: 1rem;
  background: url(../images/bg_03.png) no-repeat left bottom;
  background-size: 100%;
}
@media (max-width: 991px) {
  .yf_main .nei {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .yf_main .nei {
    width: 100%;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.yf_main .nei .title {
  font-weight: bold;
}
.yf_main .nei .desc {
  padding-top: 0.33rem;
  padding-bottom: 0.6rem;
  line-height: 1.8;
}
.yf_main .nei .bottom {
  display: flex;
}
.yf_main .nei .bottom li {
  width: 50%;
}
.yf_main .nei .bottom li p {
  color: #0F399D;
  padding-top: 0.1rem;
}
.yf_main .img-box {
  width: 50%;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yf_main .img-box {
    width: 100%;
    height: 4rem;
  }
}
.yf_main .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*  隐私及法律声明 law  */
.law .title {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.22rem;
  font-weight: bold;
}
.law .desc {
  padding-top: 0.3rem;
  line-height: 2;
  color: #656565;
}
/* 设备  */
.sb_one {
  display: flex;
  border: 1px solid #E6E6E6;
  height: 7rem;
}
@media (max-width: 991px) {
  .sb_one {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .sb_one {
    flex-wrap: wrap;
    height: auto;
  }
}
.sb_one .left_ul {
  width: 18%;
  height: 100%;
}
@media (max-width: 991px) {
  .sb_one .left_ul {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .sb_one .left_ul {
    width: 100%;
    display: flex;
    height: auto;
  }
}
.sb_one .left_ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20%;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  transition: 0.5s;
  background: #fff;
}
@media (max-width: 767px) {
  .sb_one .left_ul li {
    width: 20%;
    height: 1.2rem;
    padding: 0 5px;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #E6E6E6;
  }
}
.sb_one .left_ul li.sel {
  color: #fff;
  background: #0F399D;
}
.sb_one .left_ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .sb_one .left_ul li:last-child {
    border-right: 0;
  }
}
.sb_one .right_ul {
  width: 82%;
  height: 100%;
}
@media (max-width: 991px) {
  .sb_one .right_ul {
    height: 6rem;
    width: 78%;
  }
}
@media (max-width: 767px) {
  .sb_one .right_ul {
    width: 100%;
    height: 4rem;
  }
}
.sb_one .right_ul li {
  width: 100%;
  height: 100%;
  display: none;
}
.sb_one .right_ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb_two {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sb_two {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
  }
}
.sb_two li {
  width: 50%;
  padding: 0.2rem;
}
.sb_two .nei {
  width: 100%;
  border: 1px solid #DDDDDD;
  position: relative;
  height: 4rem;
  background: #fff;
  text-align: center;
  padding: 0.25rem;
}
@media (max-width: 767px) {
  .sb_two .nei {
    height: 4.5rem;
  }
}
.sb_two .img-box {
  height: 3rem;
  text-align: center;
  overflow: hidden;
}
.sb_two .img-box img {
  height: 100%;
}
.sb_two .title {
  text-align: center;
  color: #656565;
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .sb_two .title {
    line-height: 1.5;
  }
}
/* 分页 */
.fenye {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .fenye {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .fenye {
    padding-top: 0.5rem;
  }
}
.fenye a {
  color: #999999;
  text-align: center;
  width: 40px;
  display: inline-block;
  font-weight: bold;
  border-radius: 100%;
  background: #F7F7F7;
  margin: 0 3px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .fenye a {
    width: 30px;
    margin: 0 3px;
  }
}
.fenye a.sel {
  color: #fff;
  background: #0F399D;
}
.fenye a.a {
  background: none;
}
/* 党群 d  */
.d_title {
  font-weight: bold;
  padding-bottom: 0.45rem;
}
.d_one {
  line-height: 2;
  color: #656565;
}
@media (max-width: 767px) {
  .d_one {
    line-height: 1.8;
    font-size: 14px;
  }
}
.d_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.d_list li {
  padding: 0.3rem 0.15rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .d_list li {
    width: 100%;
    padding: 0.15rem;
  }
}
.d_list .nei {
  position: relative;
  width: 100%;
  height: 4rem;
  display: block;
  overflow: hidden;
}
.d_list .nei .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.d_list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 0.11rem 0.3rem;
  line-height: 1.7;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .d_list .title {
    padding: 0.06rem 0.2rem;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .d_list .title {
    padding: 0.15rem 0.1rem;
  }
}
.d_list li:hover .nei img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.d_list li:hover .title {
  background: #0F399D;
}
/* 案例  */
.al_one {
  text-align: center;
}
.al_one .text-box {
  color: #656565;
  line-height: 2;
  font-weight: bold;
}
.al_one .img-box {
  margin-top: 0.6rem;
}
.al_one .img-box img {
  height: 6rem;
  object-fit: cover;
  width: 4.2rem;
}
.al_list {
  margin-top: -0.6rem;
}
.al_list .title {
  padding: 0.12rem;
}
@media (max-width: 767px) {
  .al_list .title {
    padding: 0.17rem;
  }
}
.al_type {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 0.6rem;
  margin-top: -0.4rem;
  margin-bottom: 1rem;
  background: #fff;
  z-index: 11;
}
@media (max-width: 767px) {
  .al_type {
    flex-wrap: wrap;
    line-height: 40px;
  }
}
.al_type a {
  display: inline-block;
  position: relative;
  color: #656565;
  transition: 0.5s;
  text-align: center;
  width: 1.55rem;
}
@media (max-width: 767px) {
  .al_type a {
    width: 25%;
  }
}
.al_type a::after {
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0F399D;
  position: absolute;
}
.al_type a:hover,
.al_type a.on {
  color: #fff;
  background: #0F399D;
}
/*  解决方案 jj */
.jj_title {
  font-weight: bold;
  padding-bottom: 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .jj_one {
    padding-bottom: 0.5rem;
  }
}
.jj_one .text-box {
  padding-bottom: 0.8rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .jj_one .text-box {
    padding-bottom: 0.5rem;
    line-height: 1.6;
  }
}
.jj_one .img-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.jj_one .img-box img {
  max-width: 100%;
}
.jj_swiper {
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}
.jj_swiper .nei {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .jj_swiper .nei {
    height: 4.5rem;
  }
}
.jj_swiper .nei .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.jj_swiper .nei .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .jj_swiper .nei .title {
    line-height: 0.75rem;
  }
}
.jj_swiper .nei:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.jj_swiper .nei:hover .title {
  background: #0F399D;
}
.jj_swiper .swiper-button-next,
.jj_swiper .swiper-button-prev {
  outline: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .jj_swiper .swiper-button-next,
  .jj_swiper .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.jj_swiper .swiper-button-next {
  right: -1.4rem;
  background: url(../images/next1.png) no-repeat center center #fff;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jj_swiper .swiper-button-next {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jj_swiper .swiper-button-next {
    right: 0;
    background-size: 0.3rem;
  }
}
.jj_swiper .swiper-button-next:hover {
  background: url(../images/next.png) no-repeat center center #0F399D;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jj_swiper .swiper-button-next:hover {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jj_swiper .swiper-button-next:hover {
    right: 0;
    background-size: 0.3rem;
  }
}
.jj_swiper .swiper-button-prev {
  left: -1.4rem;
  background: url(../images/prev1.png) no-repeat center center #fff;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jj_swiper .swiper-button-prev {
    left: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jj_swiper .swiper-button-prev {
    left: 0;
    background-size: 0.3rem;
  }
}
.jj_swiper .swiper-button-prev:hover {
  background: url(../images/prev.png) no-repeat center center #0F399D;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jj_swiper .swiper-button-prev:hover {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jj_swiper .swiper-button-prev:hover {
    right: 0;
    background-size: 0.3rem;
  }
}
.jj_swiper .swiper-button-prev:after,
.jj_swiper .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.jj_swiper .swiper-button-next:after,
.jj_swiper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
/* 产品  */
.cp_one {
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cp_one {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cp_one .title {
  font-weight: bold;
  line-height: 0.48rem;
}
@media (max-width: 767px) {
  .cp_one .title {
    width: 100%;
    text-align: center;
    padding-bottom: 0.4rem;
  }
}
.cp_one .right {
  display: flex;
}
.cp_one .txt {
  background: #fff;
  border: 1px solid #DDDDDD;
  height: 0.48rem;
  width: 2.7rem;
  padding-left: 10px;
  outline: none;
  line-height: 0.48rem;
}
@media (max-width: 767px) {
  .cp_one .txt {
    line-height: 40px;
    height: 40px;
    width: 60%;
  }
}
.cp_one .select {
  background: url(../images/bg_04.png) no-repeat right center #fff;
  background-size: 14px;
  border: 1px solid #DDDDDD;
  padding: 0 10px;
  line-height: 0.48rem;
  height: 0.48rem;
  border-left: 0;
  padding-right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cp_one .select {
    line-height: 40px;
    height: 40px;
  }
}
.cp_one .btn {
  background: #0F399D;
  height: 0.48rem;
  color: #fff;
  width: 1rem;
}
@media (max-width: 767px) {
  .cp_one .btn {
    line-height: 40px;
    height: 40px;
    width: 1.2rem;
  }
}
.t_banner .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 1rem;
  background: url(../images/bg_05.png) no-repeat left bottom;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .t_banner .bottom {
    height: 1.2rem;
  }
}
.t_banner .bottom ul {
  display: flex;
  background: url(../images/bg_06.png) no-repeat right bottom;
  background-size: auto 0.8rem;
}
@media (max-width: 767px) {
  .t_banner .bottom ul {
    background-size: auto 1rem;
  }
}
.t_banner .bottom ul li {
  width: 33.333%;
  background: url(../images/bg_06.png) no-repeat left bottom;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  background-size: auto 0.8rem;
}
@media (max-width: 767px) {
  .t_banner .bottom ul li {
    height: 1.2rem;
    background-size: auto 1rem;
  }
}
.t_banner .bottom ul a {
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
}
.t_banner .bottom ul a:hover {
  background: url(../images/bg_05-sel.png) no-repeat left bottom;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .t_banner .bottom ul a {
    font-size: 12px;
  }
}
.cp_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp_info .img-box {
  width: 45%;
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cp_info .img-box {
    width: 100%;
    height: 4.5rem;
  }
}
.cp_info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp_info .text-box {
  width: 48%;
}
@media (max-width: 767px) {
  .cp_info .text-box {
    width: 100%;
    padding-top: 0.3rem;
  }
}
.cp_info .title {
  padding: 0.4rem 0;
  font-weight: bold;
}
.cp_info .xing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cp_info .xing {
    margin-bottom: 0.4rem;
  }
}
.cp_info .xing li {
  width: 25%;
  line-height: 0.5rem;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .cp_info .xing li {
    line-height: 0.65rem;
    width: 33.333%;
  }
}
.cp_info .xing li.sel {
  background: #0F399D;
  color: #fff;
}
.cp_info .fx {
  width: 80%;
  border-top: 1px solid #BDBDBD;
  padding: 0.2rem 0;
  color: #999999;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cp_info .fx {
    width: 100%;
    padding: 0.25rem 0;
  }
}
.cp_info .fx a {
  width: 38px;
  height: 24px;
}
.cp_info .fx .a1 {
  background: url(../images/fx1.png) no-repeat center center;
}
.cp_info .fx .a1:hover {
  background: url(../images/fx1-sel.png) no-repeat center center;
}
.cp_info .fx .a2 {
  background: url(../images/fx2.png) no-repeat center center;
}
.cp_info .fx .a2:hover {
  background: url(../images/fx2-sel.png) no-repeat center center;
}
.cp_info .fx .a3 {
  background: url(../images/fx3.png) no-repeat center center;
}
.cp_info .fx .a3:hover {
  background: url(../images/fx3-sel.png) no-repeat center center;
}
.cp_info .fx .a4 {
  background: url(../images/fx4.png) no-repeat center center;
}
.cp_info .fx .a4:hover {
  background: url(../images/fx4-sel.png) no-repeat center center;
}
.cp_info .fz {
  padding-left: 30px;
  color: #999999;
  background: url(../images/bg_07.png) no-repeat left center;
  cursor: pointer;
  transition: 0.5s;
}
.cp_info .fz:hover {
  color: #0F399D;
  background: url(../images/bg_07-sel.png) no-repeat left center;
}
.cp_type {
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  justify-content: center;
  position: sticky;
  top: calc(0.8rem - 2px);
  background: #fff;
  z-index: 111;
}
@media (max-width: 991px) {
  .cp_type {
    top: 1.7rem;
  }
}
@media (max-width: 767px) {
  .cp_type {
    top: 52px;
  }
}
.cp_type li {
  width: 25%;
  line-height: 0.65rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cp_type li {
    line-height: 0.85rem;
  }
}
.cp_type li span {
  display: inline-block;
  color: #BBBBBB;
  cursor: pointer;
}
.cp_type li.sel span {
  color: #0F399D;
  border-bottom: 2px solid #0F399D;
  margin-bottom: -1px;
}
.cp_two {
  padding-top: 0.8rem;
  text-align: center;
  padding-bottom: 0.5rem;
}
.cp_two img {
  max-width: 90%;
}
.cp_three {
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5rem;
}
.cp_three .img-box {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cp_three .img-box {
    width: 100%;
  }
}
.cp_three .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp_three .text-box {
  padding: 0 1.5rem;
  width: 50%;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .cp_three .text-box {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .cp_three .text-box {
    width: 100%;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
}
.cp_four {
  padding: 0.8rem 3.3rem 0.2rem 3.3rem;
}
.cp_four img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cp_four {
    padding: 0.8rem 1.5rem 0.2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cp_four {
    padding: 0.8rem 0 0.2rem 0;
  }
}
.cp_four li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.5;
  padding-bottom: 1.3rem;
}
.cp_four li::after {
  content: '';
  position: absolute;
  left: 16px;
  top: 1px;
  height: 100%;
  width: 1px;
  background: #0F399D;
}
@media (max-width: 991px) {
  .cp_four li::after {
    left: 14px;
  }
}
.cp_four li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/bg_08.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .cp_four li::before {
    width: 28px;
    height: 28px;
  }
}
.cp_four li:last-child {
  padding-bottom: 0;
}
.cp_four li:last-child::after {
  display: none;
}
.cp_four li:hover {
  color: #0F399D;
}
.cp_four li:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.cp_five {
  padding: 0.8rem 2rem 0.5rem 2rem;
}
@media (max-width: 991px) {
  .cp_five {
    padding: 0.8rem 1rem 0.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .cp_five {
    padding: 0.8rem 0 0.5rem 0;
  }
}
.cp_five .tb {
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  width: 100%;
}
.cp_five .tb td,
.cp_five .tb th {
  text-align: center;
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 15px 0;
}
/*  新闻 xw */
.xw_title {
  font-weight: bold;
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .xw_title {
    padding-bottom: 0.5rem;
  }
}
.xw_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.xw_swiper .swiper-pagination {
  width: 50%;
}
.xw_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 4px;
  opacity: 1;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.xw_swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 5px;
  content: '';
  background: #058BE9;
}
.xw_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #058BE9;
  background: #fff;
}
.xw_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  animation: dong 5s;
}
.xw_swiper .img-box {
  width: 50%;
  height: 4.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xw_swiper .img-box {
    height: 3rem;
  }
}
.xw_swiper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes dong {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.xw_info {
  width: 45%;
}
.xw_info .date {
  padding: 0.2rem 0;
  padding-left: 30px;
  background: url(../images/bg_09.png) no-repeat left center;
  color: #999999;
  display: block;
}
.xw_info .title {
  font-weight: bold;
  padding-bottom: 0.2rem;
  line-height: 1.5;
}
.xw_info .desc {
  color: #656565;
  min-height: 1rem;
  margin-bottom: 0.3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .xw_info .desc {
    display: none;
  }
}
.xw_info .a {
  padding-left: 0.45rem;
  background: url(../images/bg_10.png) no-repeat left center;
  color: #333;
  line-height: 30px;
  display: block;
  background-size: 0.38rem;
}
.xw_info .a:hover {
  background: url(../images/bg_10.jpg) no-repeat left center;
  color: #0F399D;
  background-size: 0.38rem;
}
.xw_type {
  top: 0.78rem;
}
.xw_type li span {
  width: 100%;
}
@media (max-width: 767px) {
  .xw_type {
    top: 0;
  }
}
.xw_list {
  margin-bottom: 0.5rem;
  width: 100%;
  display: inline-block;
}
.xw_list li {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xw_list .nei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.xw_list .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xw_list .nei:hover .xw_info {
  color: #0F399D;
}
.xw_list .nei:hover .a {
  background: url(../images/bg_10.jpg) no-repeat left center;
  color: #0F399D;
  background-size: 0.38rem;
}
.xw_list .img-box {
  width: 33%;
  height: 2.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xw_list .img-box {
    width: 100%;
  }
}
.xw_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.xw_list .xw_info {
  width: 63%;
  border-top: 3px solid #E7E7E7;
  padding-top: 0.15rem;
  position: relative;
  color: #000;
}
@media (max-width: 767px) {
  .xw_list .xw_info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xw_list .xw_info {
    height: auto;
    border-top: 0;
    margin-top: 0.2rem;
  }
}
.xw_list .xw_info .desc {
  max-height: 4.5em;
  min-height: 0.5rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.xw_list .xw_info .a {
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .xw_list .xw_info .a {
    position: relative;
  }
}
/* 新闻详情  */
.xq_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.xq_left {
  width: 68%;
}
@media (max-width: 767px) {
  .xq_left {
    width: 100%;
  }
}
.xq_left .title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .xq_left .title {
    font-size: 20px;
  }
}
.xq_left .yuan {
  padding: 0.2rem 0;
  color: #999999;
}
.xq_left .fx {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0.4rem;
  padding-top: 0.1rem;
  display: flex;
}
.xq_left .fx a {
  transition: 0.5s;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7E7E7;
  margin-right: 10px;
}
.xq_left .fx a:hover {
  background: #0F399D;
}
.xq_left .info {
  padding: 0.4rem 0;
  line-height: 1.9;
  color: #656565;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #E7E7E7;
}
.xq_left .info img {
  max-width: 100%;
}
.xq_left .bottom {
  padding-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.xq_left .bottom a {
  display: block;
  border: 1px solid #E7E7E7;
  line-height: 24px;
  padding: 0.2rem 0.25rem;
  color: #656565;
  width: 46%;
}
@media (max-width: 767px) {
  .xq_left .bottom a {
    padding: 0.15rem;
    line-height: 20px;
  }
}
.xq_left .bottom a:hover {
  color: #0F399D;
}
.xq_left .bottom a span {
  display: block;
}
.xq_left .bottom .prev span {
  padding-left: 30px;
  background: url(../images/bg_11.png) no-repeat left center;
}
.xq_left .bottom .prev span:hover {
  background: url(../images/bg_11-sel.png) no-repeat left center;
}
.xq_left .bottom .next {
  text-align: right;
}
.xq_left .bottom .next span {
  padding-right: 30px;
  background: url(../images/bg_12.png) no-repeat right center;
  text-align: left;
}
.xq_left .bottom .next span:hover {
  background: url(../images/bg_12-sel.png) no-repeat right center;
}
.xq_right {
  width: 20%;
  display: block;
  position: sticky;
  top: 2rem;
}
@media (max-width: 991px) {
  .xq_right {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .xq_right {
    position: relative;
    top: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.xq_right .title {
  border-left: 2px solid #0091F3;
  margin-bottom: 0.3rem;
  line-height: 1.4;
  padding-left: 15px;
  font-weight: bold;
}
.xq_right .img-box {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .xq_right .img-box {
    height: 3rem;
  }
}
.xq_right .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xq_right ul li {
  padding-top: 0.3rem;
  color: #999999;
  transition: 0.5s;
}
.xq_right ul li:hover {
  color: #0F399D;
}
.xq_right ul li:hover .tit {
  color: #0F399D;
}
.xq_right ul li:hover .date {
  background: url(../images/bg_13-sel.png) no-repeat left center;
}
@media (max-width: 767px) {
  .xq_right ul li {
    padding-bottom: 0.2rem;
  }
}
.xq_right ul li .tit {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
}
.xq_right ul li .date {
  padding-left: 20px;
  background: url(../images/bg_13.png) no-repeat left center;
  font-size: 14px;
  margin-top: 10px;
}
/* 联系我们 lx */
.lx_one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lx_one .nei {
  width: 40%;
}
@media (max-width: 767px) {
  .lx_one .nei {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.lx_one .nei .title {
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.lx_one .nei p {
  padding-left: 40px;
  line-height: 0.28rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .lx_one .nei p {
    line-height: 30px;
  }
}
.lx_one .nei .p1 {
  background: url(../images/bg_14.png) no-repeat left center;
}
.lx_one .nei .p2 {
  background: url(../images/bg_15.png) no-repeat left center;
}
.lx_one .nei .p3 {
  background: url(../images/bg_16.png) no-repeat left center;
}
.lx_one .nei .wx {
  margin-top: 0.5rem;
  height: 2rem;
}
.lx_one .dt {
  width: 60%;
  height: 4.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lx_one .dt {
    width: 100%;
  }
}
.lx_two {
  background: #F7F7F7;
  text-align: center;
  padding: 1rem 0 0.5rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lx_two {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
}
.lx_three {
  margin-top: 0.6rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .lx_three {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .lx_three {
    padding: 0;
  }
}
.lx_three li {
  width: 45%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lx_three li {
    width: 100%;
  }
}
.lx_three li.li {
  width: 100%;
  text-align: center;
}
.lx_three .txt {
  width: 100%;
  border: 1px solid #B8B8B8;
  line-height: 0.6rem;
  height: 0.6rem;
  padding-left: 20px;
  border-radius: 100px;
  outline: none;
}
@media (max-width: 991px) {
  .lx_three .txt {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .lx_three .txt {
    height: 44px;
    line-height: 44px;
  }
}
.lx_three .txt_desc {
  width: 100%;
  height: 1.8rem;
  line-height: 1.6;
  padding-left: 20px;
  border: 1px solid #B8B8B8;
  border-radius: 20px;
  padding-top: 15px;
  outline: none;
}
@media (max-width: 767px) {
  .lx_three .txt_desc {
    height: 2.5rem;
  }
}
.lx_three .btn {
  width: 1.7rem;
  height: 0.6rem;
  color: #fff;
  background: #0F399D;
  border-radius: 100px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .lx_three .btn {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.lx_three .btn span {
  padding-right: 0.35rem;
  background: url(../images/next.png) no-repeat right center;
  background-size: 0.25rem;
}
@media (max-width: 767px) {
  .lx_three .btn span {
    padding-right: 25px;
    background-size: 16px;
  }
}
.lx_three .btn:hover {
  background: #0B2973;
}
/*  加入我们 jr */
.jr_title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.6rem;
}
.jr_one {
  display: flex;
  flex-wrap: wrap;
}
.jr_one li {
  width: 60%;
  height: 3.8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .jr_one li {
    height: 3rem;
  }
}
.jr_one li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jr_one li .desc {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.8rem 0.7rem;
  width: 100%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .jr_one li .desc {
    padding: 0.4rem 0.3rem;
    line-height: 1.5;
    font-size: 14px;
  }
}
.jr_one .li {
  width: 40%;
  background: #0F399D;
}
.jr_one .li .img {
  opacity: 0.6;
}
.jr_bg {
  background: #F7F7F7;
}
.jr_swiper {
  position: relative;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .jr_swiper {
    margin-bottom: 0.2rem;
  }
}
.jr_swiper .swiper-button-next,
.jr_swiper .swiper-button-prev {
  outline: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .jr_swiper .swiper-button-next,
  .jr_swiper .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.jr_swiper .swiper-button-next {
  right: -1.4rem;
  background: url(../images/next1.png) no-repeat center center #fff;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jr_swiper .swiper-button-next {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jr_swiper .swiper-button-next {
    right: 0;
    background: url(../images/next1.png) no-repeat center center #ECECFB;
    background-size: 0.3rem;
  }
}
.jr_swiper .swiper-button-next:hover {
  background: url(../images/next.png) no-repeat center center #0F399D;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jr_swiper .swiper-button-next:hover {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jr_swiper .swiper-button-next:hover {
    right: 0;
    background-size: 0.3rem;
  }
}
.jr_swiper .swiper-button-prev {
  left: -1.4rem;
  background: url(../images/prev1.png) no-repeat center center #fff;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jr_swiper .swiper-button-prev {
    left: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jr_swiper .swiper-button-prev {
    left: 0;
    background: url(../images/prev1.png) no-repeat center center #ECECFB;
    background-size: 0.3rem;
  }
}
.jr_swiper .swiper-button-prev:hover {
  background: url(../images/prev.png) no-repeat center center #0F399D;
  background-size: 0.25rem;
}
@media (max-width: 991px) {
  .jr_swiper .swiper-button-prev:hover {
    right: -0.7rem;
  }
}
@media (max-width: 767px) {
  .jr_swiper .swiper-button-prev:hover {
    right: 0;
    background-size: 0.3rem;
  }
}
.jr_swiper .swiper-button-prev:after,
.jr_swiper .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.jr_swiper .swiper-button-next:after,
.jr_swiper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.jr_swiper .swiper-slide {
  width: 25%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jr_swiper .swiper-slide {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .jr_swiper .swiper-slide {
    width: 70%;
  }
}
.jr_swiper .swiper-slide:hover .nei {
  background: #0F399D;
  color: #fff;
}
.jr_swiper .swiper-slide:hover .nei .title::after {
  background: #fff;
}
.jr_swiper .swiper-slide:hover .top-img {
  background: url(../images/bg_17-sel.png) no-repeat top center;
  background-size: auto 100%;
}
.jr_swiper .swiper-slide:hover .top-img .img {
  display: none;
}
.jr_swiper .swiper-slide:hover .top-img .imgWhite {
  display: inline-block;
}
.jr_swiper .top-img {
  width: 100%;
  height: 1.52rem;
  background: url(../images/bg_17.png) no-repeat top center;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.76rem;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.jr_swiper .top-img img {
  max-height: 0.45rem;
}
.jr_swiper .top-img .img {
  display: inline-block;
}
.jr_swiper .top-img .imgWhite {
  display: none;
}
.jr_swiper .nei {
  width: 100%;
  height: 4.5rem;
  background: #fff;
  transition: 0.5s;
  padding: 0 0.46rem;
  padding-top: 1.1rem;
  border: 1px solid #0F399D;
}
@media (max-width: 991px) {
  .jr_swiper .nei {
    height: 5rem;
  }
}
.jr_swiper .title {
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.jr_swiper .title::after {
  background: #0F399D;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.56rem;
  transition: 0.5s;
  height: 2px;
}
.jr_swiper .desc {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .jr_swiper .desc {
    -webkit-line-clamp: 6;
    font-size: 14px;
  }
}
/* 招聘列表  */
.zp_list li {
  background: #F9F9F9;
  margin-bottom: 0.25rem;
}
.zp_list .topTitle {
  padding: 0.3rem 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .zp_list .topTitle {
    padding: 0.3rem 0.3rem;
  }
}
.zp_list .topTitle .biao {
  padding: 0;
}
.zp_list .topTitle .niu {
  background: url(../images/n1.png) no-repeat left center;
  background-size: 25px;
  padding-left: 43px;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .zp_list .topTitle .niu {
    background-size: 20px;
    padding-left: 30px;
    right: 0.1rem;
  }
}
.zp_list .topTitle.sel {
  color: #fff;
}
.zp_list .topTitle.sel .niu {
  background: url(../images/n2.png) no-repeat left center;
  background-size: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .zp_list .topTitle.sel .niu {
    background-size: 20px;
  }
}
.zp_list .bottomNei {
  padding: 0.5rem 0.75rem;
  padding-top: 0.4rem;
  color: #656565;
  line-height: 1.8;
  background: #fff;
  border: 2px solid #F9F9F9;
  display: none;
}
@media (max-width: 767px) {
  .zp_list .bottomNei {
    padding: 0.3rem 0.4rem;
  }
}
.zp_list .bottomNei .tit {
  color: #0F399D;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.zp_list .bottomNei .desc {
  padding-bottom: 0.2rem;
  color: #999999;
  line-height: 1.8;
}
.zp_list .bottomNei .bottom {
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  color: #656565;
}
.zp_list .bottomNei .btn {
  width: 2rem;
  display: block;
  height: 0.6rem;
  border: 2px solid #EEEEEE;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.5s;
  outline: none;
}
.zp_list .bottomNei .btn:hover {
  background: #0F399D;
  border: 2px solid #0F399D;
  color: #fff;
}
@media (max-width: 767px) {
  .zp_list .bottomNei .btn {
    height: 0.8rem;
    width: 2.5rem;
  }
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #0F399D;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 25px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 40px;
  outline: none;
}
#hi-resume-pop button {
  width: 48%;
  height: 50px;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  outline: none;
}
#hi-resume-pop .pbtn {
  display: flex;
  justify-content: space-between;
}
#hi-resume-pop .pbtn .btn_fj {
  width: 48%;
  background: #8F8F8F;
}
#hi-resume-pop .pbtn .btn_tj {
  width: 48%;
  background: #0F399D;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #00A939;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
/* 发展历程 lc  */
.lc_one {
  padding: 0.85rem 0;
  background: #D2DAE0;
}
@media (max-width: 767px) {
  .lc_one {
    padding: 0.4rem 0;
  }
}
.lc_one .container {
  text-align: center;
  justify-content: center;
  display: flex;
}
.lc_one li {
  width: 25%;
  text-align: center;
}
.lc_two {
  padding: 0.8rem 0;
  text-align: center;
  font-weight: bold;
}
.lc_two .tit1 {
  color: #DDE0ED;
}
.lc_two .title {
  font-weight: bold;
}
.lc_swiper {
  height: calc(100vh - 3rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  .lc_swiper {
    height: 4rem;
  }
}
.lc_swiper .swiper-container {
  overflow: hidden;
  height: 100%;
  margin-right: -2px;
}
.lc_swiper .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}
.lc_swiper .swiper-slide::after {
  content: '';
  background: #BBBBBB;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  position: absolute;
  z-index: 1;
}
.lc_swiper .swiper-slide:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.lc_swiper .swiper-slide:nth-child(2n) .container .text-box {
  text-align: right;
}
.lc_swiper .nei {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
}
.lc_swiper .container {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.lc_swiper .container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_18.png) no-repeat center center;
  z-index: 111;
  transition: all 0.5s;
}
.lc_swiper .container::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_18-sel.png) no-repeat center center;
  background-size: 0.76rem;
  z-index: 111;
  transition: all 0.5s;
}
.lc_swiper .img-box {
  width: 35%;
  height: 3rem;
  overflow: hidden;
}
.lc_swiper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lc_swiper .text-box {
  width: 40%;
}
.lc_swiper .text-box .title {
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.lc_swiper .swiper-slide-active .nei {
  background: #FBFBFB;
}
.lc_swiper .swiper-slide-active .container::after {
  opacity: 0;
}
.lc_swiper .swiper-slide-active .container::before {
  opacity: 1;
}
