@charset "utf-8";
/*字体*/
/*@font-face {*/
/*  font-family: 'oppobold';*/
/*  src: url('../font/OPPOSans-B.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'oppomedium';*/
/*  src: url('../font/OPPOSans-M.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'oppolight';*/
/*  src: url('../font/OPPOSans-L.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'opporight';*/
/*  src: url('../font/OPPOSans-R.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/








/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#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: #1d4279;
}
#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: #1d4279;
}
#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: #1d4279;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #Fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#c-header.c-head-move {
  top: -1rem;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1d4279;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 2.2rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #1d4279;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 9;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #1d4279;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #1d4279 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #1d4279;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #1d4279;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb1,
.c-home-banner .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb1,
  .c-home-banner .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc1,
  .c-home-banner .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-home-banner .swiper-slide .c-pc1,
.c-home-banner .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-home-banner .swiper-slide .c-pc2,
.c-home-banner .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #1d4279;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #1d4279;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #1d4279;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #1d4279;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #1d4279;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 991px) {
  .c-home-banner {
    padding-top: 1.2rem;
  }
}
.center14 {
  max-width: 14rem;
  margin: 0 auto;
}
#c-header .c-nav > li {
  width: 1.5rem;
  margin-right: 0;
}
#c-header .c-nav li a span {
  position: relative;
  font-size: 0.16rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-header .c-nav li a span.arrow::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_right.png);
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  z-index: 2;
}
#c-header .c-logo .c-img-box img {
  height: 0.79rem;
}
.knowledge {
  display: inline-block;
  width: 1.5rem;
  line-height: 0.55rem;
  border-radius: 0.28rem;
  background-color: #f4ba19;
  color: #Fff !important;
}
#container2 a {
  color: #333333;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.contact {
  margin-top: 2rem;
}
.contact .textbox {
  margin-bottom: 0.5rem;
}
.contact .textbox li:nth-child(1) {
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contact .textbox li:nth-child(1) {
  font-size: 0.4rem;
  color: #333333;
  letter-spacing: 0.01rem;
}
.contact .textbox li:nth-child(2) {
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  width: 5.8rem;
  margin-top: 0.2rem;
}
.contact .mapbox {
  position: relative;
}
.contact .mapbox .img {
  width: 100%;
  position: relative;
}
.contact .mapbox .img img {
  width: 100%;
}
.contact .mapbox .img .icon {
  position: absolute;
  right: 26.5%;
  top: 45%;
  z-index: 9;
}
.contact .mapbox .img .icon svg {
  width: 0.26rem;
  height: 0.34rem;
}
.contact .mapbox .center14 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
}
.contact .mapbox .center14 .text {
  background-color: #fff;
  padding: 0.5rem;
  display: inline-block;
}
.contact .mapbox .cn1 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.5rem;
}
.contact .mapbox .cn2 span:nth-child(1) {
  font-size: 0.14rem;
  color: #1d4279;
  line-height: 0.3rem;
  display: flex;
  font-family: 'oppolight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  align-items: center;
}
.contact .mapbox .cn2 span:nth-child(1) svg {
  margin-right: 5px;
}
.contact .mapbox .cn2 span:nth-child(2) {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  font-family: 'oppolight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contact .mapbox .cn3 {
  display: flex;
  margin-top: 0.4rem;
}
.contact .mapbox .cn3 .cn2 {
  width: 50%;
}
.contact .mapbox .link {
  margin-top: 0.5rem;
  border-radius: 0.06rem;
  background-color: #f4ba19;
  line-height: 0.42rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.14rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contact .mapbox .link svg {
  margin-right: 5px;
}
.message {
  padding-top: 0.5rem;
  margin-bottom: 1.4rem;
}
.message .textbox {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.5rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.message .sbox {
  margin-top: 0.3rem;
  display: flex;
}
.message .sbox input {
  line-height: 0.6rem;
  border: 1px solid #e5e5e5;
  width: calc(51.5% - 0.4rem);
  margin-right: 3%;
  padding: 0 0.2rem;
}
.message .sbox input:nth-child(2) {
  margin-right: 0;
}
.message .mbox {
  margin-top: 0.3rem;
}
.message .mbox textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  line-height: 0.6rem;
  height: 2.85rem;
  padding: 0 0.2rem;
}
.message .button {
  margin-top: 0.3rem;
}
.message .button button {
  width: 2.45rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #1d4279;
  color: #fff;
  font-size: 0.18rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #ffffff;
}
.mapbox .img img:nth-child(2) {
  display: none;
}
@media (max-width: 992px) {
  .mapbox .img img:nth-child(2) {
    display: block;
    height: 7rem;
  }
  .mapbox .img img:nth-child(1) {
    display: none;
  }
  .mapbox .img .icon {
    display: none;
  }
  .contact .textbox li:nth-child(2) {
    font-size: 0.28rem;
    line-height: 1.5em;
    width: 100%;
  }
  .message .sbox {
    flex-wrap: wrap;
  }
  .message .sbox input {
    width: 100%;
    margin-right: 0;
  }
  .message .sbox input:nth-child(2) {
    margin-top: 0.3rem;
  }
  .message .button button {
    font-size: 0.28rem;
  }
  .contact .mapbox .cn2 span:nth-child(1) {
    font-size: 0.28rem;
  }
  .contact .mapbox .cn2 span:nth-child(2) {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .contact .mapbox .link {
    line-height: initial;
    padding: 0.2rem;
    font-size: 0.28rem;
  }
}
@media (max-width: 520px) {
  .contact .mapbox .center14 {
    position: relative;
    left: initial;
    top: inherit;
    transform: initial;
    width: 100%;
  }
  .contact .mapbox .center14 .text {
    padding: 0.5rem 0;
  }
}
.error {
  margin: 2.5rem 0;
}
.error .cn1 {
  text-align: center;
}
.error .cn1 img {
  width: 6.7rem;
}
.error .cn2 {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.16rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.error .cn2 span {
  font-size: 0.16rem;
  color: #f5c130;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.error .cn2 span em {
  font-style: normal;
  font-size: 0.16rem;
  color: #f5c130;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.law {
  margin: 2.5rem 0;
}
.law .title {
  text-align: center;
  font-size: 0.4rem;
  color: #333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.law .text {
  margin-top: 0.56rem;
}
.law .text p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.28rem;
}
@media (max-width: 768px) {
  .law .text p {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
}
.sitemap {
  margin: 2.5rem 0;
}
.sitemap dl dt {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.sitemap dl dt:nth-child(1) {
  margin-top: 0;
}
.sitemap dl dt a {
  font-size: 0.24rem;
  color: #333333;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sitemap dl dd {
  margin-top: 0.25rem;
}
.sitemap dl dd a {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.35rem;
  position: relative;
  padding-left: 10px;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sitemap dl dd a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 2px;
  background-color: #666;
}
.sitemap dl dd a:hover {
  color: #1d4279;
}
.sitemap dl dd a:hover::before {
  background-color: #1d4279;
}
@media (max-width: 992px) {
  .sitemap dl dt a {
    font-size: 0.4rem;
  }
  .sitemap dl dd a {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
}
.caselist {
  padding-top: 1.1rem;
  margin-bottom: 1.4rem;
}
.caselist .center14 {
  display: flex;
  margin-bottom: 2rem;
  
}
.caselist .center14 section{
  width: 100%;
}

.caselist .center14 .left-nav {
  width: 2rem;
  margin-right: 0.95rem;
  position: sticky;
  top: 0.5rem;
  overflow-y: scroll;
  height: 8rem;
}
.caselist .center14 .left-nav::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.caselist .center14 .left-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1d4279;
}
.caselist .center14 .left-nav .title {
  font-size: 0.22rem;
  color: #333333;
  margin-bottom: 0.2rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .left-nav .menu {
  margin-bottom: 0.2rem;
}
.caselist .center14 .left-nav .menu li {
  line-height: 0.4rem;
  padding-left: 0.4rem;
  position: relative;
}
.caselist .center14 .left-nav .menu li a {
  font-size: 0.14rem;
  color: #666;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .left-nav .menu li.default {
  background-color: #f0f4f5;
}
.caselist .center14 .left-nav .menu li.default a {
  color: #333;
}
.caselist .center14 .left-nav .menu li.default::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background-image: url(../images/list_right.png);
  left: 0.2rem;
}
.caselist .center14 .left-nav .menu li:hover {
  background-color: #f0f4f5;
}
.caselist .center14 .left-nav .menu li:hover a {
  color: #333;
}
.caselist .center14 .left-nav .menu li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background-image: url(../images/list_right.png);
  left: 0.2rem;
}
.caselist .center14 .caselist-box {
  width: 11.05rem;
}
.caselist .center14 .caselist-box .mbox:nth-child(1) {
  margin-top: 0;
}
.caselist .center14 .caselist-box .mbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.4rem;
}
.caselist .center14 .caselist-box .mbox .img {
  width: 5rem;
  height: 3.4rem;
  overflow: hidden;
  margin-right: 0.7rem;
}
.caselist .center14 .caselist-box .mbox .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  
}

@media (max-width:768px) {
  .caselist .center14 .caselist-box .mbox .img img {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
 
}
.caselist .center14 .caselist-box .mbox:hover .img img {
  transform: scale(1.2);
}
.caselist .center14 .caselist-box .mbox .textbox {
  width: calc(100% - 5.7rem);
}
.caselist .center14 .caselist-box .mbox .textbox .title {
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.36rem;
  letter-spacing: 0.01rem;
  height: 0.72rem;
  width: 5rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .caselist-box .mbox .textbox .text {
  font-size: 0.16rem;
  font-weight: lighter;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #999999;
  margin-top: 0.25rem;
  width: 5rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .caselist-box .mbox .button {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.caselist .center14 .caselist-box .mbox .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.15rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .caselist-box .mbox .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.caselist .center14 .caselist-box .mbox .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.caselist .center14 .caselist-box .mbox .label {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.35rem;
  background-color: rgba(177, 195, 185, 0.2);
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}
.caselist .center14 .caselist-box .mbox .label em path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
.caselist .center14 .caselist-box .mbox .label span {
  margin-left: 0.05rem;
  font-size: 0.14rem;
  color: #999;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist .center14 .caselist-box .mbox:hover {
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05);
}
.caselist .center14 .caselist-box .mbox:hover .title {
  color: #0049a3;
}
.caselist .center14 .caselist-box .mbox:hover .label {
  background-color: #b1b3b9;
}
.caselist .center14 .caselist-box .mbox:hover .label span {
  color: #fff;
}
.caselist-box .label em {
  display: flex;
  align-items: center;
}
.caselist-box .label em svg {
  width: 0.19rem;
  height: 0.19rem;
}
.caselist-box .label em svg:nth-child(1) {
  display: block;
}
.caselist-box .label em svg:nth-child(2) {
  display: none;
}
.caselist-box .mbox:hover .label em svg:nth-child(1) {
  display: none;
}
.caselist-box .mbox:hover .label em svg:nth-child(2) {
  display: block;
}
@media (max-width: 992px) {
  .caselist .center14 .caselist-box {
    width: 100%;
  }
  .caselist .center14 .caselist-box .mbox {
    flex-wrap: wrap;
  }
  .caselist .center14 .caselist-box .mbox .img {
    width: 100%;
    height: 7.1rem;
    margin-right: 0;
  }
  .caselist .center14 .caselist-box .mbox .label {
    display: none;
  }
  .caselist .center14 .caselist-box .mbox .textbox {
    width: 100%;
    padding: 0.3rem;
    border: 1px solid #ccc;
    border-top: 0;
  }
  .caselist .center14 .caselist-box .mbox .textbox .title {
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.5em;
    height: initial;
  }
  .caselist .center14 .caselist-box .mbox .textbox .text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.5em;
    height: initial;
  }
  .caselist .center14 .caselist-box .mbox .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .caselist .center14 {
    display: flex;
    flex-wrap: wrap;
  }
  .caselist .center14 aside {
    width: 100%;
  }
  .caselist .center14 .left-nav {
    width: 100%;
    margin-left: 0;
    position: initial;
    top: 0;
    overflow-y: initial;
    height: initial;
  }
  .caselist .center14 .left-nav .title {
    font-size: 0.3rem;
  }
  .caselist .center14 .left-nav .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .caselist .center14 .left-nav .menu li {
    width: 50%;
    padding-left: 0.6rem;
    line-height: 0.6rem;
  }
  .caselist .center14 .left-nav .menu li a {
    font-size: 0.28rem;
  }
}
@media (max-width: 520px) {
  .caselist .center14 .caselist-box .mbox .img {
    width: 100%;
    height: 3.4rem;
    margin-right: 0;
  }
  .team-list .search {
    width: 95%;
  }
}
.team-list {
  width: 11.05rem;
}
.team-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.25rem;
}
.team-sbox {
  box-shadow: 0rem 0.03rem 0.35rem 0rem rgba(0, 0, 0, 0.06);
  margin-top: 0.25rem;
  border-radius: 0.1rem;
  background-color: #fff;
  position: relative;
  margin-right: 0.25rem;
  width: calc((100% - 0.5rem) / 3);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.team-sbox:nth-child(3n) {
  margin-right: 0;
}
/* .team-sbox::before {
  /* content: "";
  position: absolute;
  left: 0.2rem;
  background-image: url(../images/team1img2.png);
  width: 0.6rem;
  height: 0.58rem;
  background-size: 0.6rem 0.58rem;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.2rem; */ 
.team-sbox .img {
  text-align: center;
  z-index: 2;
  max-height: 100%;
  width: 100%;

  display: block;
                    position: relative;
                    z-index: 1;
                    overflow: hidden;
                    text-align: center;
                    margin: 0 auto;
}
.team-sbox .img::before{
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 135%;
}

.team-sbox .img img {
  /* max-height: 100%;
  object-fit: cover; */
  position: absolute;
                        left: 0;
                        top: 0;
                        z-index: 1;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        transition: all .5s;
}
.team-sbox::after {
  z-index: 3;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  border-width: 1.07rem;
  border-style: solid;
  border-color: transparent transparent #fff #Fff;
}
.team-sbox ul {
  position: absolute;
  left: 0.1rem;
  bottom: 0.2rem;
  z-index: 4;
}
.team-sbox ul li:nth-child(1) {
  font-size: 0.2rem;
  color: #333333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-sbox ul li:nth-child(2) {
  font-size: 0.12rem;
  color: #666666;
  letter-spacing: 0rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-sbox .bg {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  background-color: #f2f2f2;
  position: absolute;
  left: 0rem;
  bottom: 1.22rem;
  transform: rotate(45deg);
}
/* .team-sbox .bg{display: inline-block;width: 2.35rem;height: .4rem;background-color: #f2f2f2;position: absolute;left: -.2rem;bottom: .8rem;transform: rotate(45deg);} */
.team-sbox:hover .bg {
  background-color: #1d4279;
}
.team-sbox:hover {
  background-color: #f9f9f9;
}
.team-sbox:hover::after {
  border-color: transparent transparent #f9f9f9 #f9f9f9;
}
.more {
  margin: 0.5rem auto 0;
  text-align: center;
}
.more button {
  width: 1.61rem;
  line-height: 0.47rem;
  border-radius: 0.23rem;
  transition: all 1s;
  border: 1px solid #666;
  font-size: 0.14rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.more button span {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin-right: 0.1rem;
  background-color: #333333;
  border-radius: 50%;
}
.more button:hover {
  background-color: #1d4279;
  color: #Fff;
}
.more button:hover span {
  background-color: #fff;
}
.team-list .search {
  border-bottom: 1px solid #333;
  margin-bottom: 0.3rem;
  position: relative;
}
.team-list .search {
  width: 3rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.team-list .search button {
  position: absolute;
  right: 0.1rem;
  bottom: 0.15rem;
}
.team-list .search button path {
  fill: #333;
  fill-rule: initial;
  filter: none;
}
@media (max-width: 520px) {
  .team-list {
    width: 100%;
  }
  .team-sbox {
    width: calc((100% - 0.25rem) / 2);
    margin-right: 0.25rem;
  }
  .team-sbox:nth-child(3n) {
    margin-right: 0.25rem;
  }
  .team-sbox:nth-child(2n) {
    margin-right: 0;
  }
  .more button {
    font-size: 0.28rem;
    line-height: 0.6rem;
    width: 2rem;
  }
}
.team-banner {
  background-image: url(../images/team1pic1.png);
  padding: 0.3rem 0;
}
.team-banner .nav {
  margin: 0 auto;
}
.team-banner .center14 {
  display: flex;
  align-items: center;
}
.team-banner .center14 .img {
  width: 5.4rem;
  margin-right: 0.6rem;
  position: relative;
}

.team-banner .center14 .img::before{
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 135%;
}
.team-banner .center14 .img img{
  position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                transition: all .5s;
}
/* .team-banner .center14 .img::before{content: "";position: absolute;width: 3rem;height: .5rem;background-color: #1d4279;transform: rotate(45deg);bottom: 1.25rem;left: .1rem;} */
/* .team-banner .center14 .img::before {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0.5rem;
  background-image: url(../images/team1img6.png);
  width: 3.7rem;
  height: 3.3rem;
  background-size: 3.7rem 3.3rem;
  display: none;
}
.team-banner .center14 .img img {
  position: relative;
  z-index: 2;
  height: 6.2rem;
  width: 5.4rem;
} */
.team-banner .center14 .text {
  width: calc(100% - 6rem);
}
.team-banner .center14 .text .text1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.team-banner .center14 .text .text1 span:nth-child(1) {
  margin-right: 0.1rem;
  font-size: 0.5rem;
  color: #333;
  font-size: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-banner .center14 .text .text1 span:nth-child(2) {
  font-size: 0.22rem;
  color: #666666;
  font-size: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-banner .center14 .text .text2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 2em;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.1rem;
}
.team-banner .center14 .text .text2 span {
  font-size: 0.16rem;
  color: #333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-banner .center14 .text .text2 em {
  font-style: normal;
  font-size: 0.14rem;
  color: #Fff;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.team-banner .center14 .text .text2 em:nth-child(odd) {
  background-color: #696bb6;
}
.team-banner .center14 .text .text2 em:nth-child(even) {
  background-color: #f7c590;
}
.team-banner .center14 .text .text2 em:last-child {
  margin-right: 0;
}
.team-banner .center14 .text3 {
  margin: 0.7rem 0 0.4rem;
}
.team-banner .center14 .text3 li:nth-child(1) {
  margin-bottom: 0.2rem;
}
.team-banner .center14 .text3 li {
  display: flex;
  align-items: center;
}
.team-banner .center14 .text3 li span {
  font-size: 0.22rem;
  color: #333333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-left: 0.2rem;
}
.team-banner .center14 .button {
  width: 1.8rem;
  line-height: 0.5rem;
  border-radius: 0.06rem;
  text-align: center;
  background-color: #1d4279;
  position: relative;
}
.team-banner .center14 .button a {
  font-size: 0.16rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
}
.team-banner .center14 .button span {
  position: absolute;
  left: 75%;
  top: 1.6rem;
  transform: translate(-50%, -50%);
  background-color: #Fff;
  padding: 0.1rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.05rem;
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(0, 0, 0, 0.15);
  display: none;
}
.team-banner .center14 .button span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
  width: 0;
  height: 0;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.1rem solid #Fff;
}
.team-banner .center14 .button:hover span {
  display: block;
}
.team-details {
  margin: 1rem 0 2rem;
}
.team-details .center14 {
  display: flex;
}
.team-details .center14 .left {
  width: 9.3rem;
  margin-right: 0.9rem;
  background-color: #fafafa;
  padding: 0.6rem;
}
.team-details .center14 .left .title {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #333;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-details .center14 .left .title:nth-child(1) {
  margin-top: 0;
}
.team-details .center14 .left .title:last-child {
  margin-bottom: 0;
}
.team-details .center14 .left .text {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.34rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-details .center14 .right {
  width: 3.8rem;
}
.team-details .team-case .mbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ebeff2;
  padding-top: 0.2rem;
}
.team-details .team-case .mbox:nth-child(1) {
  border-top: 1px solid #ebeff2;
}
.team-details .team-case .mbox .t-text {
  font-size: 0.2rem;
  color: #333333;
  line-height: 2em;
  width: 4rem;
  height: 0.8rem;
}
.team-details .team-case .mbox .t-img {
  width: 2.4rem;
  height: 1.23rem;
  overflow: hidden;
}
.team-details .team-case .mbox .t-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.team-details .team-case .mbox:hover .t-text {
  text-decoration: underline;
  color: #1d4279;
}
.team-details .team-case .mbox:hover .t-img img {
  transform: scale(1.2);
}
.team-details .right {
  height: 10rem;
  overflow-y: scroll;
  position: sticky;
  top: 0.5rem;
}
.team-details .right::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.team-details .right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1d4279;
}
.team-details .right .menu a {
  line-height: 0.5rem;
  display: block;
  position: relative;
  font-size: 0.18rem;
  color: #333333;
  padding-left: 1.4rem;
}
.team-details .right .menu a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px ;
  height: 0;
  background-color: #1d4279;
  transition: all 0.4s;
}
.team-details .right .menu a.default {
  color: #1d4279;
}
.team-details .right .menu a.default::before {
  display: block;
  height: 100%;
}
.team-details .right .menu a:hover {
  color: #1d4279;
}
.team-details .right .menu a:hover::before {
  display: block;
  height: 100%;
}
.team-details .right .t-title {
  font-size: 0.24rem;
  color: #333333;
  letter-spacing: 1px;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 0.25rem 0;
}
.team-details .right .t-box .box1 {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0.04rem;
}
.team-details .right .t-box .box1:hover {
  border: solid 2px #f4ba19;
}
.team-details .right .t-box .box1:last-child {
  margin-bottom: 0;
}
.team-details .right .t-box .box1 li:nth-child(1) {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
  background-color: #65656d;
}
.team-details .right .t-box .box1 li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.team-details .right .t-box .box1 li:nth-child(2) {
  width: calc(100% - 1.2rem);
}
.team-details .right .t-box .box1 li:nth-child(2) span:nth-child(1) {
  font-style: normal;
  font-size: 0.26rem;
  color: #333333;
  display: block;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.team-details .right .t-box .box1 li:nth-child(2) span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #666666;
  font-style: normal;
  display: block;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 992px) {
  .team-details .center14 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .team-details .center14 .left {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-top: 0.5rem;
  }
  .team-details .center14 .right {
    width: 100%;
    position: relative;
    height: initial;
    top: initial;
    overflow-y: initial;
  }
  .team-details .center14 .right .menu {
    display: flex;
    flex-wrap: wrap ;
  }
  .team-details .center14 .right .menu a {
    width: 33%;
  }
  .team-details .right .menu a {
    font-size: 0.28rem;
    padding-left: 0;
  }
  .team-details .right .menu a::before {
    display: none;
  }
  .team-details .right .menu a:hover:before {
    display: none;
  }
  .team-details .right .menu a.default:before {
    display: none;
  }
  .team-details .right .t-title {
    display: none;
  }
  .team-details .right .t-box {
    display: none;
  }
  .team-details .center14 .left .title {
    font-size: 0.4rem;
  }
  .team-details .center14 .left .text {
    font-size: 0.28rem;
    line-height: 2em;
  }
  .team-details .team-case .mbox {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .team-details .team-case .mbox .t-text {
    width: 100%;
    font-size: 0.28rem;
    height: initial;
    border: 1px solid #ccc;
    padding: 0.3rem;
  }
  .team-details .team-case .mbox .t-img {
    width: 100%;
    height: 4.55rem;
  }
  .team-banner .center14 {
    flex-wrap: wrap;
  }
  .team-banner .center14 .img {
    margin: 0 auto;
  }
  .team-banner .center14 .text {
    width: 100%;
    margin-top: 0.3rem;
  }
  .team-banner .center14 .text .text1 span:nth-child(1) {
    font-size: 0.5rem;
  }
  .team-banner .center14 .text .text1 span:nth-child(2) {
    font-size: 0.24rem;
  }
  .team-banner .center14 .text .text2 {
    font-size: 0.28rem;
  }
  .team-banner .center14 .text .text2 em {
    font-size: 0.2rem;
    line-height: 2em;
    margin-bottom: 1em;
  }
  .team-banner .center14 .text .text2 span {
    font-size: 0.28rem;
  }
  .team-banner .center14 .text3 li span {
    font-size: 0.28rem;
  }
  .team-banner .center14 .button {
    width: 2rem;
    line-height: 0.7rem;
  }
  .team-banner .center14 .button a {
    font-size: 0.28rem;
  }
}
.report-banner {
  background-image: url(../images/report1img2.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 2rem 0 1.4rem;
  position: relative;
}
.report-banner .swiper-slide {
  background-color: #fff;
  display: flex;
}
.report-banner .swiper-slide .left {
  width: 6.8rem;
  height: 4.6rem;
  overflow: hidden;
}
.report-banner .swiper-slide .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.report-banner .swiper-slide .left:hover img {
  transform: scale(1.2);
}
.report-banner .swiper-slide .right {
  padding: 0 0.65rem;
  width: calc(100% - 6.8rem);
  display: flex;
  align-items: center;
}
.report-banner .swiper-slide .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.report-banner .swiper-slide .right ul li:nth-child(1) a {
  font-size: 0.3rem;
  color: #0049a3;
  letter-spacing: 0.01rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.report-banner .swiper-slide .right ul li:nth-child(2) {
  margin-top: 0.1rem;
  width: 100%;
}
.report-banner .swiper-slide .right ul li:nth-child(2) span:nth-child(1) {
  background-color: #f2f2f2;
  width: 0.8rem;
  display: inline-block;
  line-height: 0.27rem;
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.12rem;
  color: #666666;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-right: 0.1rem;
}
.report-banner .swiper-slide .right ul li:nth-child(2) span:nth-child(2) {
  font-size: 0.12rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.report-banner .swiper-slide .right ul li:nth-child(3) {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.28rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin: 0.5rem 0;
}
.report-banner .swiper-slide .right ul .button {
  display: flex;
  align-items: center;
}
.report-banner .swiper-slide .right ul .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.15rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.report-banner .swiper-slide .right ul .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.report-banner .swiper-slide .right ul .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.reporta1 {
  position: relative;
  overflow: hidden;
}
.reporta1-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reporta1-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.2rem;
  border: 2px solid #333;
  position: relative;
  transition: all 0.4s;
}
.reporta1-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 17px;
  height: 17px;
}
.reporta1-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
}
.report-list {
  margin-top: 0.3rem;
  padding-bottom: 1.5rem;
}
.report-list .title {
  border-bottom: 1px solid #ededed;
  text-align: center;
}
.report-list .title a {
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.8rem;
  margin: 0 0.5rem;
  position: relative;
  display: inline-block;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width:768px) {
  .report-list .title a {
    font-size: .3rem;
    margin: 0 0.2rem;
  }
}
.report-list .title a.default {
  color: #333333;
}
.report-list .title a.default::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background-color: #1d4279;
  width: 1rem;
  height: 3px;
}
.report-list .title a:hover {
  color: #333333;
}
.report-list .title a:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background-color: #1d4279;
  width: 1rem;
  height: 3px;
}
.report-list .search {
  margin: 0.35rem 0 0.65rem;
}
.report-list .search p {
  text-align: center;
  line-height: 0.5rem;
}
.report-list .search p input {
  width: 5.23rem;
  padding-left: 0.2rem;
  background-color: #f0f4f5;
  line-height: 0.5rem;
}
.report-list .search p button {
  width: 0.57rem;
  background-color: #1d4279;
  line-height: 0.5rem;
  height: 0.5rem;
}
.report-list .search p button svg {
  vertical-align: middle;
}
.report-list .search p button svg path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
.report-list .mbox {
  display: flex;
  flex-wrap: wrap;
}
.report-list .sbox {
  margin-right: 0.6rem;
  width: calc((100% - 0.6rem) / 2);
  display: flex;
  background-color: #f9f9f9;
  margin-top: 0.5rem;
}
.report-list .sbox:nth-child(-n+2) {
  margin-top: 0;
}
.report-list .sbox:nth-child(2n) {
  margin-right: 0;
}
.report-list .sbox .img {
  width: 2.7rem;
  position: relative;
}
.report-list .sbox .img img {
  width: 100%;
  height: 100%;
}
.report-list .sbox .img .cn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 0.2rem;
}
.report-list .sbox .img .cn1 li {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.report-list .sbox .img .cn1 li:nth-child(2) {
  margin-top: 0.2rem;
}
.report-list .sbox .text {
  width: calc(100% - 1.7rem);
  padding: 0 0.5rem;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
}
.report-list .sbox .text .cn2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.report-list .sbox .text .cn3 {
  margin-top: 0.8rem;
}
.report-list .sbox .text .cn3 a {
  width: 1.3rem;
  display: inline-block;
  line-height: 0.42rem;
  border-radius: 0.06rem;
  background-color: #f9f9f9;
  border: 1px solid #666;
  text-align: center;
  font-size: 0.14rem;
  color: #666;
}
.report-list .sbox .text .cn3 a:nth-child(2) span svg {
  vertical-align: sub;
}
.report-list .sbox .text .cn3 a:nth-child(2) span svg:nth-child(2) {
  display: none;
}
.report-list .sbox .text .cn3 a:hover {
  background-color: #f4ba19;
  color: #ffffff;
  border: 1px solid #f4ba19;
}
.report-list .sbox .text .cn3 a:hover:nth-child(2) span svg:nth-child(2) {
  display: initial;
}
.report-list .sbox .text .cn3 a:hover:nth-child(2) span svg:nth-child(1) {
  display: none;
}
.newsbox {
  display: flex;
  flex-wrap: wrap;
}
.newsbox .nbox {
  margin-right: 0.6rem;
  width: calc((100% - 1.2rem) / 3);
  margin-top: 0.6rem;
}
.newsbox .nbox:nth-child(-n+3) {
  margin-top: 0;
}
.newsbox .nbox:nth-child(3n) {
  margin-right: 0;
}
.newsbox .nbox .time {
  font-size: 0.2rem;
  color: #666;
  letter-spacing: 0;
  font-size: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.newsbox .nbox .title2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin: 0.2rem 0;
  height: 0.64rem;
}
.newsbox .nbox .text {
  font-size: 0.16rem;
  color: #999999;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.newsbox .nbox .img {
  width: 100%;
  height: 2.18rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.newsbox .nbox .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.newsbox .nbox:hover .title2 {
  text-decoration: underline;
  color: #0049a3;
}
.newsbox .nbox:hover .img img {
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .report-list .sbox {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .report-list .sbox:nth-child(-n+2) {
    margin-top: 0.3rem;
  }
  .report-list .sbox:nth-child(1) {
    margin-top: 0;
  }
  .report-list .sbox .text .cn2 {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .report-list .sbox .text .cn3 {
    margin-top: 0.3rem;
  }
  .report-list .sbox .img .cn1 li {
    font-size: 0.24rem;
  }
  .report-list .sbox .text .cn3 a {
    width: initial;
    line-height: initial;
    padding: 0.1rem 0.2rem;
    font-size: 0.28rem;
  }
  .report-banner .swiper-slide {
    flex-wrap: wrap;
  }
  .report-banner .swiper-slide .right {
    width: 100%;
    padding: 0.3rem;
  }
  .report-banner .swiper-slide .right ul li:nth-child(2) span:nth-child(1) {
    width: 1.5rem;
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .report-banner .swiper-slide .right ul li:nth-child(2) span:nth-child(2) {
    font-size: 0.24rem;
  }
  .report-banner .swiper-slide .right ul li:nth-child(1) a {
    font-size: 0.3rem;
  }
  .report-banner .swiper-slide .right ul li:nth-child(3) {
    font-size: 0.28rem;
  }
  .report-banner .swiper-slide .right ul .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .report-banner .swiper-slide .left {
    width: 100%;
    height: 4.6rem;
  }
  .report-list .search p input {
    line-height: 0.8rem;
  }
  .report-list .search p button {
    height: 0.8rem;
    width: 1rem;
  }
  .newsbox .nbox {
    width: calc((100% - 0.6rem) / 2);
  }
  .newsbox .nbox:nth-child(-n+3) {
    margin-top: 0.6rem;
  }
  .newsbox .nbox:nth-child(3n) {
    margin-right: 0.6rem;
  }
  .newsbox .nbox:nth-child(2n) {
    margin-right: 0;
  }
  .newsbox .nbox .time {
    font-size: 0.28rem;
  }
  .newsbox .nbox .title2 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  .newsbox .nbox .text {
    font-size: 0.28rem;
  }
}
@media (max-width: 520px) {
  .newsbox .nbox {
    width: calc(100%);
    margin-right: 0;
    margin-top: 0.6rem;
  }
  .newsbox .nbox:nth-child(-n+3) {
    margin-top: 0.6rem;
  }
  .newsbox .nbox:nth-child(3n) {
    margin-right: 0;
  }
  .newsbox .nbox:nth-child(2n) {
    margin-right: 0;
  }
  .newsbox .nbox .time {
    font-size: 0.28rem;
  }
  .newsbox .nbox .title2 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  .newsbox .nbox .text {
    font-size: 0.28rem;
  }
  .newsbox .nbox .img {
    height: 4rem;
  }
  .report-banner .swiper-slide .right ul li:nth-child(3) {
    line-height: 1.5em;
  }
}
.pagebox {
  display: flex;
  justify-content: center;
  margin: 1rem 0 1.4rem;
}
.pagebox a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  margin: 0 0.04rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pagebox a.default {
  background-color: #1d4279;
  color: #fff;
}
.pagebox a:hover {
  background-color: #1d4279;
  color: #fff;
}
.pagebox ul li {
  display: inline-block;
}
.pagebox .prev svg:nth-child(2) {
  display: none;
}
.pagebox .prev:hover svg:nth-child(1) {
  display: none;
}
.pagebox .prev:hover svg:nth-child(2) {
  display: inline;
}
.pagebox .prev svg:nth-child(1) path {
  fill: #333;
  fill-rule: initial;
  filter: none;
}
.pagebox .prev svg:nth-child(2) path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
.pagebox .next svg:nth-child(2) {
  display: none;
}
.pagebox .next:hover svg:nth-child(1) {
  display: none;
}
.pagebox .next:hover svg:nth-child(2) {
  display: inline;
}
.pagebox .next svg:nth-child(1) path {
  fill: #333;
  fill-rule: initial;
  filter: none;
}
.pagebox .next svg:nth-child(2) path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
@media (max-width: 992px) {
  .pagebox a {
    font-size: 0.28rem;
  }
}
.caselist-details {
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.caselist-details .center14 {
  display: flex;
}
.caselist-details .center14 .left-nav {
  width: 9rem;
  margin-right: 1rem;
}
.caselist-details .center14 .left-nav .mbox {
  padding: 0.6rem 0.4rem;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.06rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.caselist-details .center14 .left-nav .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
  width: 5.8rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .left-nav .zhaiyao {
  margin-top: 0.4rem;
}
.caselist-details .center14 .left-nav .zhaiyao span {
  font-size: 0.14rem;
  color: #333;
  line-height: 2em;
}
.caselist-details .center14 .left-nav .zhaiyao span:nth-child(2) {
  font-weight: lighter;
}
.caselist-details .center14 .left-nav .sbox p:nth-child(1) {
  margin-top: 0;
}
.caselist-details .center14 .left-nav .sbox p {
  font-size: 0.16rem !important;
  color: #333;
  line-height: 0.28rem;
  margin-top: 0.28rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .left-nav .sbox p img {
  max-width: 100%;
  height: auto !important;
}
.caselist-details .center14 .left-nav .lbox {
  margin-top: 0.7rem;
  position: relative;
}
.caselist-details .center14 .left-nav .lbox li {
  margin-top: 0.2rem;
  width: 80%;
}
.caselist-details .center14 .left-nav .lbox li:nth-child(1) {
  margin-top: 0;
}
.caselist-details .center14 .left-nav .lbox li a {
  font-size: 0.14rem;
  color: #999;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .left-nav .lbox li:hover a {
  color: #333333;
}
.caselist-details .center14 .left-nav .lbox .return {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.caselist-details .center14 .left-nav .lbox .return span {
  font-size: 0.14rem;
  color: #1d4279;
  margin-right: 0.05rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .left-nav .lbox .return svg path {
  fill: #1d4279;
  fill-rule: initial;
  filter: none;
}
.caselist-details .center14 .casedetails-box {
  width: 4rem;
  border: 1px solid #e5e5e5;
  padding: 0.25rem;
  position: sticky;
  top: 0.5rem;
  /* overflow-y: hidden; */
  /* height: 8rem; */
}
.caselist-details .center14 .casedetails-box .box1 {
  display: flex;
  align-items: center;
}
.caselist-details .center14 .casedetails-box .box1 li:nth-child(1) {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
  background-color: #65656d;
}
.caselist-details .center14 .casedetails-box .box1 li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.caselist-details .center14 .casedetails-box .box1 li:nth-child(2) {
  width: calc(100% - 1.2rem);
}
.caselist-details .center14 .casedetails-box .box1 li:nth-child(2) span:nth-child(1) {
  font-style: normal;
  font-size: 0.26rem;
  color: #333333;
  display: block;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .casedetails-box .box1 li:nth-child(2) span:nth-child(2) {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #666666;
  font-style: normal;
  display: block;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .casedetails-box .box2 {
  margin-top: 0.15rem;
  padding: 0.2rem;
  background-color: #f7f7f7;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.caselist-details .center14 .casedetails-box .box2 li:nth-child(1) {
  border-radius: 0.05rem;
  overflow: hidden;
  margin-right: 0.2rem;
  background-color: #e5e5e5;
  text-align: center;
  display: block;
  padding: 0.07rem;
}
.caselist-details .center14 .casedetails-box .box2 li:nth-child(1) img {
  width: 0.9rem;
  height: 0.9rem;
}
.caselist-details .center14 .casedetails-box .box2 li:nth-child(2) {
  width: calc(100% - 1rem);
}
.caselist-details .center14 .casedetails-box .box2 li:nth-child(2) span {
  display: flex;
  align-items: center;
  margin: 0.05rem 0;
}
.caselist-details .center14 .casedetails-box .box2 li:nth-child(2) span em {
  font-size: 0.14rem;
  font-style: normal;
  color: #333333;
  margin-left: 0.1rem;
  font-family: 'oppolight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .casedetails-box .title {
  font-size: 0.24rem;
  color: #333333;
  letter-spacing: 1px;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 0.25rem 0;
  border-top: 1px solid #e5e5e5;
}
.caselist-details .center14 .casedetails-box .box3 .smbox {
  display: flex;
  margin-top: 0.15rem;
  align-items: center;
}
.caselist-details .center14 .casedetails-box .box3 .smbox:nth-child(1) {
  margin-top: 0;
}
.caselist-details .center14 .casedetails-box .box3 .smbox .img {
  width: 1.6rem;
  height: 1.1rem;
  margin-right: 0.2rem;
}
.caselist-details .center14 .casedetails-box .box3 .smbox .img img {
  width: 100%;
  height: 100%;
}
.caselist-details .center14 .casedetails-box .box3 .smbox ul {
  width: calc(100% - 1.8rem);
}
.caselist-details .center14 .casedetails-box .box3 .smbox ul li:nth-child(1) a {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .center14 .casedetails-box .box3 .smbox ul li:nth-child(2) {
  margin-top: 0.2rem;
}
.caselist-details .center14 .casedetails-box .box3 .smbox ul li:nth-child(2) a {
  font-size: 0.14rem;
  color: #0049a3;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.caselist-details .download {
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  display: inline-block;
  padding: 0.1rem 0;
  border-radius: 0.06rem;
  background-color: #f9f9f9;
  border: 1px solid #666;
  text-align: center;
  font-size: 0.14rem;
  color: #666;
}
.caselist-details .download svg {
  vertical-align: sub;
}
.caselist-details .download svg:nth-child(2) {
  display: none;
}
.caselist-details .download:hover {
  background-color: #f4ba19;
  color: #ffffff;
  border: 1px solid #f4ba19;
}
.caselist-details .download:hover:nth-child(2) span svg:nth-child(2) {
  display: initial;
}
.caselist-details .download:hover:nth-child(2) span svg:nth-child(1) {
  display: none;
}
#newsdetails-box .title {
  border-top: 0;
  padding: 0 0 0.25rem;
}
.caselist-details .internet {
  margin-top: 0.4rem;
}
.caselist-details .internet span {
  font-size: 0.14rem;
  color: #666666;
  margin-right: 0.2rem;
}
.caselist-details .share {
  position: absolute;
  right: 0.8rem;
  top: 0.6rem;
}
.caselist-details .share a {
  margin-left: 0.2rem;
}
/* .caselist-details .share a:nth-child(2) {
  margin-left: 0;
} */
.share .label {
  justify-content: center;
  line-height: 0.35rem;
  background-color: rgba(177, 195, 185, 0.2);
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.share .label em path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
.share .label svg {
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
}
.share .label span {
  margin-left: 0.05rem;
  font-size: 0.14rem;
  color: #999;
}
@media (max-width: 992px) {
  .caselist-details .center14 .left-nav .sbox p {
    font-size: 0.28rem !important;
    line-height: 1.5em;
  }
  .caselist-details .center14 .left-nav .lbox li a {
    font-size: 0.28rem;
  }
  .caselist-details .center14 .left-nav .lbox .return span {
    font-size: 0.28rem;
  }
  .caselist-details .internet span {
    font-size: 0.28rem;
  }
  .caselist-details .center14 .left-nav .zhaiyao span {
    font-size: 0.28rem;
  }
}
@media (max-width: 520px) {
  .caselist-details .center14 .left-nav .title {
    width: 3.8rem;
  }
  .caselist-details .center14 .left-nav .mbox {
    padding: 0.6rem 0.2rem;
  }
  .caselist-details .center14 .left-nav .lbox li {
    width: 100%;
  }
  .caselist-details .center14 .left-nav .lbox .return {
    position: relative;
    top: initial;
    transform: initial;
    text-align: right;
    display: block;
    margin-top: 0.3rem;
  }
}
.nav {
  max-width: 14rem;
  margin: 0 auto 0.3rem;
}
.nav a {
  font-size: 0.14rem;
  color: #999999;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.nav span {
  font-size: 0.14rem;
  color: #999999;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 0 0.1rem;
}
@media (max-width: 992px) {
  .nav a {
    font-size: 0.28rem;
  }
  .nav span {
    font-size: 0.28rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.15rem 0;
  background-color: #1a3b6c;
  border: 0;
}
#c-footer .c-bottom-box p {
  font-size: 0.14rem;
  color: #dee3ef;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-footer .c-bottom-box p a {
  font-size: 0.14rem;
  color: #dee3ef;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-footer .c-bottom-box .container a {
  color: #dee3ef;
}
#c-footer .c-bottom-box .container a:hover {
  color: #f4ba19;
}
#c-footer .c-bottom-box .c-support a {
  margin-left: 0.2rem;
}
#c-footer .c-top-box {
  background-color: #1d4279;
  padding: 2.8rem 0 0.8rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0;
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  font-size: 0.16rem;
  color: #ffffff;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.44rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover {
  text-decoration: underline;
}
#c-footer .c-top-box .container .c-list-box {
  flex: 1;
}
.bottom-logo {
  flex: 2;
}
.c-text-box p {
  font-size: 0.14rem;
  color: #ffffff;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: flex;
  align-items: Center;
  line-height: 0.3rem;
}
.c-text-box p svg {
  margin-right: 0.1rem;
}
.c-text-box p a {
  font-size: 0.14rem;
  color: #ffffff !important;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.guanzhu p {
  display: flex;
  align-items: center;
}
.guanzhu em {
  font-style: normal;
  font-size: 0.14rem;
  color: #Fff;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.guanzhu a {
  margin-left: 0.2rem;
}
.guanzhu a svg path {
  fill: #fff;
  fill-rule: initial;
  filter: none;
}
#c-footer {
  position: relative;
}
#c-footer .message-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2.6rem;
  top: -1.3rem;
  background-image: url(../images/bottombg.png);
  width: 16rem;
  padding: 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#c-footer .message-box ul {
  position: relative;
}
#c-footer .message-box ul li.text {
  font-size: 0.4rem;
  color: #ffffff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 2.6rem;
}
@media (max-width:768px) {
  #c-footer .message-box ul li.text{
    font-size: .3rem;
  }
}
#c-footer .message-box ul li.button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#c-footer .message-box ul li.button span.bottomqrcode{    position: absolute;
  width: 200px;
  height: 200px;
  background-color: #Fff;
  padding: 10px;
  top: 70px;display: none;}

  @media (max-width:992px) {
    #c-footer .message-box ul li.button span.bottomqrcode{
      right: 0;
      width: 120px;
      height: 120px;
      top: 50px;
    }
  }

  #c-footer .message-box ul .button:hover span.bottomqrcode{
    display: block;
  }
#c-footer .message-box ul li.button span.bottomqrcode img{width: 100%;height: 100%;}

#c-footer .message-box ul li.button a:nth-child(1) {
  font-size: 0.14rem;
  color: #fff;
  margin-right: 0.15rem;
}
#c-footer .message-box ul li.button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
#c-footer .message-box ul li.button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.iconhover {
  position: relative;
}
.iconhover img {
  width: 23px;
}
.iconhover:hover .iconhoverbox {
  display: flex;
}
.iconhoverbox {
  position: absolute;
  top: 30px;
  width: 1.83rem;
  height: 0.9rem;
  border-radius: 0.05rem;
  padding: 0 0.05rem;
  display: none;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.iconhoverbox::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #fff;
}
.iconhoverbox em {
  width: 50%;
}
.iconhoverbox em img {
  width: 1.5rem;
}
@media (max-width: 1200px) {
  #c-footer .message-box {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .nav {
    max-width: 90%;
  }
  .center14 {
    max-width: 90%;
  }
  .caselist-details .center14 .left-nav {
    width: 100%;
    margin-right: 0;
  }
  .caselist-details .center14 .casedetails-box {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 0;
    width: 5rem;
    height: 70%;
    background-color: #fff;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
  }
  #c-footer .message-box {
    width: 90%;
    padding: 0 0.3rem;
  }
  #c-footer .c-top-box .container .c-list-box .c-list li a {
    font-size: 0.28rem;
  }
  #c-footer .c-top-box {
    padding: 2rem 0 0.8rem;
  }
  .bottom-logo {
    flex: initial;
  }
  .bottom-logo img {
    width: 1.23rem;
  }
  #c-footer .c-top-box .container .c-list-box {
    flex: unset;
  }
  .c-text-box p a {
    font-size: 0.26rem;
  }
  .c-text-box p svg {
    margin-right: 0.1rem;
    width: .3rem;
    height:.3rem;
  }
  .c-text-box p svg path{
    fill:#fff;
  }
  .c-text-wrap {
    margin-top: 0.5rem;
  }
  #c-footer .c-bottom-box p {
    font-size: 0.2rem;
  }
  #c-footer .c-bottom-box p a {
    font-size: 0.2rem;
  }
  .guanzhu em {
    font-size: 0.28rem;
  }
  .c-support {
    text-align: right;
    width: 100%;
  }
  #c-footer .message-box ul li.button a:nth-child(1) {
    font-size: 0.28rem;
  }
}
@media (max-width: 520px) {
  .c-text-wrap {
    margin-top: 0;
  }
}
.service-banner .img .pc1 {
  display: block;
}
.service-banner .img .pc1 img {
  width: 100%;
}
.service-banner .img .mb1 {
  display: none;
}
.service-banner .img .mb1 img {
  width: 100%;
}
.service-banner {
  position: relative;
}
.service-banner .img img {
  width: 100%;
}
.service-banner .text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  width: 14rem;
  left: 50%;
}
.service-banner .text .title {
  font-size: 0.5rem;
  color: #ffffff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.service-banner .text .text2 {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.34rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin: 0.3rem 0 0.9rem;
  width: 5.42rem;
}
.service-banner .text .sbutton {
  width: 1.6rem;
  line-height: 0.48rem;
  background-color: #f4ba19;
  border-radius: 0.06rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: inline-block;
}
.service-box1 {
  display: flex;
}
.service-box1 .left {
  width: calc(100% - 8.26rem);
  padding-left: 13.5%;
  padding-right: 0.5rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-image: url(../images/service1img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-box1 .left .title {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.5rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box1 .left .text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.service-box1 .left .text ul:nth-child(odd) {
  width: 40%;
}
.service-box1 .left .text ul:nth-child(-n+2) {
  margin-bottom: 0.5rem;
}
.service-box1 .left .text ul:nth-child(even) {
  width: 60%;
}
.service-box1 .left .text ul li {
  font-size: 0.16rem;
  color: #666666;
  position: relative;
  line-height: 0.38rem;
  padding-left: 0.2rem;
}
.service-box1 .left .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.14rem;
  width: 0.08rem;
  height: 0.08rem;
  border: solid 0.02rem #0b3977;
  border-radius: 50%;
}
.service-box1 .left .num {
  display: flex;
  width: 100%;
  margin-top: 1.2rem;
}
.service-box1 .left .num .textbox {
  width: calc(100% / 3);
}
.service-box1 .left .num .textbox .cn span:nth-child(1) {
  color: #0b3977;
  font-size: 0.5rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box1 .left .num .textbox .cn span:nth-child(1) em:nth-child(1) {
  font-style: normal;
  font-weight: bold;
}
.service-box1 .left .num .textbox .cn span:nth-child(1) em:nth-child(2) {
  font-style: normal;
}
.service-box1 .left .num .textbox .cn span:nth-child(2) {
  font-size: 0.14rem;
  color: #0b3977;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box1 .left .num .textbox .cn2 {
  font-size: 0.14rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box1 .right {
  width: 8.26rem;
}
@media (max-width:768px) {
  .service-box1 .right{
    display: none;
  }
}
.service-box1 .right p {
  width: 8.26rem;
  height: 9.5rem;
  overflow: hidden;
}
.service-box1 .right p img {
  width: 100%;
  height: 100%;
}
.service-team {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
}
.service-team .text {
  position: relative;
}
.service-team .text .cn1 {
  font-size: 0.4rem;
  color: #333;
  letter-spacing: 1px;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-team .text .cn2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-team .text .cn2:hover {
  text-decoration: underline;
}
.swiperteam {
  position: relative;
  overflow: hidden;
}
.service-team .team-sbox {
  width: 100%;
  margin-top: 0.5rem;
  box-shadow: 0rem 0.03rem 0.35rem 0rem rgba(0, 0, 0, 0.06);
}
/* .service-team .team-sbox .img {
  height: 5.13rem;
}
.service-team .team-sbox .img img {
  height: 5.13rem;
} */
.service-team .team-sbox .bg {
  width: 3rem;
  bottom: 0.8rem;
  left: -0.3rem;
  height: 0.5rem;

}
.service-case {
  margin: 1.2rem 0 2rem;
}
.service-case .text {
  font-size: 0.4rem;
  color: #333;
  letter-spacing: 1px;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.swipercase {
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
}
.service-case .smbox {
  display: flex;
  margin-top: 0.15rem;
  align-items: center;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.05);
}
.service-case .smbox:nth-child(1) {
  margin-top: 0;
}
.service-case .smbox .img {
  width: 3rem;
  height: 2.17rem;
  margin-right: 0.3rem;
}
.service-case .smbox .img img {
  width: 100%;
  height: 100%;
}
.service-case .smbox ul {
  width: calc(100% - 3.3rem);
  padding-right: 0.3rem;
}
.service-case .smbox ul li:nth-child(1) a {
  font-size: 0.18rem;
  color: #0049a3;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-case .smbox ul li:nth-child(2) {
  margin-top: 0.2rem;
}
.service-case .smbox ul li:nth-child(2) a {
  font-size: 0.14rem;
  color: #999;
  line-height: 2em;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1600px) {
  .service-box1 .left {
    padding-left: 18.5%;
  }
}
@media (max-width: 1580px) {
  .service-banner .text .text2 {
    font-size: 14px;
  }
  .service-banner .text .sbutton {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .service-box1 .left {
    padding-left: 16.5%;
  }
}
@media (max-width: 1200px) {
  .service-box1 .left {
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .service-box1 .left .title {
    width: 100%;
  }
  .service-box1 {
    flex-wrap: wrap;
  }
  .service-box1 .right {
    width: 100%;
  }
  .service-box1 .right p {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 992px) {
  .service-banner .img .pc1 {
    display: none;
  }
  .service-banner .img .mb1 {
    display: block;
  }
  .service-banner .img .mb1 img {
    min-height: 10rem;
    object-fit: cover;
  }
  .service-banner .text {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .service-banner .text .text2 {
    font-size: 0.28rem;
    width: 100%;
    line-height: 0.4rem;
  }
  .service-banner .text .sbutton {
    font-size: 0.2rem;
    width: 2rem;
    line-height: 0.6rem;
  }
  .service-box1 .left .text ul li {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .service-box1 .left .num .textbox .cn2 {
    font-size: 0.28rem;
  }
  .service-banner .text {
    width: 90%;
  }
  .service-team .text .cn2 {
    font-size: 0.28rem;
  }
  .team-sbox ul li:nth-child(1) {
    font-size: 0.3rem;
  }
  .team-sbox ul li:nth-child(2) {
    font-size: 0.28rem;
    display: none;
  }
  .service-team .team-sbox .bg {
    bottom: 0.9rem;
  }
  .service-box1 .left .text ul:nth-child(even) {
    width: 100%;
  }
  .service-box1 .left .text ul:nth-child(odd) {
    width: 100%;
  }
  .service-box1 .left .text ul:nth-child(-n+4) {
    width: 100% !important;
  }
  .service-case .smbox {
    flex-wrap: wrap;
  }
  .service-case .smbox .img {
    width: calc(100% - 2px);
    margin-right: 0;
    height: 4.6rem;
  }
  .service-case .smbox ul {
    width: calc(100% - 2px);
    padding: 0.3rem;
    border: 1px solid #ccc;
    border-top: 0;
  }
  .service-case .smbox ul li:nth-child(1) a {
    font-size: 0.3rem;
    line-height: 2em;
  }
  .service-case .smbox ul li:nth-child(2) a {
    font-size: 0.28rem;
  }
  .service-team .team-sbox .img {
    height: 3.76rem;
  }
  .service-team .team-sbox .img img {
    height: 3.76rem;
  }
}
@media (max-width: 520px) {
  .service-box1 .left {
    padding: 0.5rem 5%;
  }
}

@media (max-width:992px) {
  .service-banner .text .title{
    font-size: .4rem;
  }
}

.service-box2 {
  padding: 1.3rem 0;
}
.service-box2 .title {
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.48rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box2 .mbox {
  display: flex;
  margin-top: 0.6rem;
}
.service-box2 .sbox {
  margin-right: 0.4rem;
  width: calc((100% - 0.4rem) / 2);
  display: flex;
  background-color: #f9f9f9;
  align-items: center;
  padding: 0.35rem 0;
}
.service-box2 .sbox:nth-child(2) {
  margin-right: 0;
}
.service-box2 .sbox .img {
  text-align: center;
  width: 2.55rem;
  position: relative;
}
.service-box2 .sbox .img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.48rem;
  background-image: linear-gradient(#f9f9f9 0, #ccc 50%, #f9f9f9 100%);
}
.service-box2 .sbox .img span {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box2 .sbox .text {
  width: calc(100% - 2.55rem);
  justify-content: center;
}
.service-box2 .sbox .text span {
  font-size: 0.16rem;
  color: #666666;
  display: block;
  text-align: center;
  width: 2.34rem;
  line-height: 0.6rem;
  border-radius: 0.054rem;
  border: 1px solid #666;
  margin: 0.1rem auto 0;
      display: flex;
    align-items: center;
    line-height: 1.2em;
    padding: 0.2rem;
}
.service-box2 .sbox .text span:nth-child(1) {
  margin-top: 0;
}
.service-box2 .sbox .text span em {
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #0b3977;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.1rem;
}
.service-box2 .sbox .text span b{
        font-weight: normal;
    text-align: left;
    width: calc(100% - 0.32rem);
}
.service-box2 .num {
  display: flex;
  width: 100%;
  margin-top: 1.2rem;
  justify-content: center;
}
.service-box2 .num .textbox {
  margin: 0 0.45rem;
}
.service-box2 .num .textbox .cn span:nth-child(1) {
  color: #0b3977;
  font-size: 0.5rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box2 .num .textbox .cn span:nth-child(1) em:nth-child(1) {
  font-style: normal;
  font-weight: bold;
}
.service-box2 .num .textbox .cn span:nth-child(1) em:nth-child(2) {
  font-style: normal;
  vertical-align: text-bottom;
}
.service-box2 .num .textbox .cn span:nth-child(2) {
  font-size: 0.14rem;
  color: #0b3977;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-box2 .num .textbox .cn2 {
  font-size: 0.14rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-map {
  padding: 1rem 0 ;
  background-color: #f9f9f9;
}
.service-map .img {
  width: 100%;
  position: relative;
}
.service-map .img img {
  width: 100%;
}
.service-map .mbox {
  display: flex;
}
.service-map .sbox {
  margin-right: 0.4rem;
  width: calc((100% - 0.4rem) / 2);
  background-color: #fff;
  padding: 0.5rem;
}
.service-map .sbox:nth-child(2) {
  margin-right: 0;
}
.service-map .sbox .title {
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.48rem;
  letter-spacing: 1px;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-map .sbox .text {
  font-size: 0.15rem;
  line-height: 0.28rem;
  color: #999999;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.2rem;
}
.service-map .sbox .title2 {
  font-size: 0.28rem;
  color: #222;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.service-map .sbox .text2 {
  padding-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.service-map .sbox .text2 span {
  display: inline-block;
  width: 20%;
  font-size: 0.16rem;
  color: #222;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.service-map .sbox .text2 span em {
  margin-right: 0.1rem;
  top: 0.02rem;
  position: relative;
}
.dian {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.52rem;
  height: 0.52rem;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.dian span {
  width: 0.08rem;
  height: 0.08rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0.22rem solid rgba(245, 193, 48, 0.3);
  animation: mysd 3s;
  animation-iteration-count: infinite;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
@keyframes mysd {
  0% {
    border: 0px solid rgba(245, 193, 48, 0.3);
  }
  50% {
    border: 0.22rem solid rgba(245, 193, 48, 0.3);
  }
  100% {
    border: 0px solid rgba(245, 193, 48, 0.3);
  }
}
.dian span::before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5c130;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .service-box2 .mbox {
    flex-wrap: wrap;
  }
  .service-box2 .mbox .sbox {
    margin-right: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .service-box2 .mbox .sbox:nth-child(1) {
    margin-top: 0;
  }
  .service-box2 .sbox .text span {
    font-size: 0.28rem;
    width: initial;
    margin: 0.1rem 0.5rem 0;
  }
  .service-box2 .num .textbox {
    margin: 0 0.3rem;
  }
  .service-box2 .num .textbox .cn2 {
    font-size: 0.28rem;
  }
  .service-box2 .sbox .img img {
    height: 1.2rem;
  }
  .service-map .mbox {
    flex-wrap: wrap;
  }
  .service-map .sbox {
    margin-right: 0;
    width: 100%;
    padding: 0.3rem;
  }
  .service-map .sbox .text {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .service-map .sbox .title2 {
    font-size: 0.3rem;
  }
  .service-map .sbox .text2 span {
    font-size: 0.28rem;
    width: 50%;
  }
}
.recruit-list {
  padding: 1rem 0 3.5rem;
  background-color: #F5f5f5;
}
.recruit-list .center14 {
  display: flex;
}
.recruit-list .left {
  width: 2.9rem;
  margin-right: 0.8rem;
  height: 5.34rem;
  background-color: #fff;
  padding: 0 0.3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.5rem;
  overflow-y: scroll;
}
.recruit-list .left::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.recruit-list .left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1d4279;
}
.recruit-list .left ul li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.recruit-list .left ul li a {
  font-size: 0.18rem;
  color: #333333;
  padding: 0 0.1rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-list .left ul li:hover a {
  color: #1d4279;
}
.recruit-list .left ul li.default a {
  color: #1d4279;
}
.recruit-list .right {
  width: calc(100% - 3.7rem);
}
.recruit-list .right .title {
  display: flex;
}
.recruit-list .right .title p {
  width: 20%;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.6rem;
}
.recruit-list .right .mbox {
  background-color: #fff;
  margin-top: 0.1rem;
}
.recruit-list .right .mbox:nth-child(1) {
  margin-top: 0;
}
.recruit-list .right .mbox .titlebox {
  display: flex;
  cursor: pointer;
}
.recruit-list .right .mbox .titlebox p {
  width: 20%;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-list .right .mbox .titlebox p:last-child {
  position: relative;
  text-align: center;
}
.recruit-list .right .mbox .titlebox p:last-child span {
  width: 0.17rem;
  height: 0.03rem;
  background-color: #333333;
  display: inline-block;
  position: relative;
}
.recruit-list .right .mbox .titlebox p:last-child span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.03rem;
  height: 0.17rem;
  background-color: #333;
}
.recruit-list .right .mbox .sbox {
  border-top: 1px solid #f5f5f5;
  padding: 0.4rem 0.6rem;
  display: none;
}
.recruit-list .right .mbox .sbox .stitle {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-list .right .mbox .sbox .stext {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-list .right .mbox .sbox .sbutton {
  font-size: 0.18rem;
  color: #1d4279;
  margin-top: 0.3rem;
  display: block;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-list .right .mbox.default .titlebox p:last-child span::before {
  display: none;
}
.recruit-list .right .mbox.default .sbox {
  display: block;
}
.recruit-banner {
  position: relative;
}
.recruit-banner .img {
  width: 100%;
}
.recruit-banner .img .pc1 {
  display: block;
}
.recruit-banner .img .pc1 img {
  width: 100%;
}
.recruit-banner .img .mb1 {
  display: none;
}
.recruit-banner .img .mb1 img {
  width: 100%;
}
.recruit-banner .text {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 10.68rem;
  left: 50%;
  display: flex;
}
.recruit-banner .text a {
  width: 50%;
  text-align: center;
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.8rem;
  background-color: #fff;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-banner .text a.default {
  background-color: #f5c130;
  color: #fff;
}
.recruit-banner .text a:hover {
  background-color: #f5c130;
  color: #fff;
}
.recruit-banner .casetext {
  position: absolute;
  top: 50%;
  width: 14rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-banner .casetext .casetitle {
  font-size: 0.5rem;
  color: #ffffff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.recruit-banner .casetext .casetitle2 {
  font-size: 0.16rem;
  color: #fff;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 992px) {
  .recruit-banner .img .pc1 {
    display: none;
  }
  .recruit-banner .img .mb1 {
    display: block;
  }
  .recruit-banner .img .mb1 img {
    min-height: 5rem;
  }
  .recruit-banner .text {
    width: 80%;
  }
  .recruit-list .right .title p:nth-child(1) {
    width: 30%;
  }
  .recruit-list .right .title p:nth-child(2) {
    width: 30%;
  }
  .recruit-list .right .title p:nth-child(4) {
    width: 10%;
  }
  .recruit-list .right .title p:nth-child(5) {
    width: 10%;
  }
  .recruit-list .right .mbox .titlebox p:nth-child(1) {
    width: 30%;
  }
  .recruit-list .right .mbox .titlebox p:nth-child(2) {
    width: 30%;
  }
  .recruit-list .right .mbox .titlebox p:nth-child(4) {
    width: 10%;
  }
  .recruit-list .right .mbox .titlebox p:nth-child(5) {
    width: 10%;
  }
  .recruit-list .right .mbox .titlebox p:last-child span {
    vertical-align: middle;
    height: 1px;
    width: 0.1rem;
  }
  .recruit-list .right .mbox .titlebox p:last-child span::before {
    width: 1px;
    height: 0.1rem;
  }
  .recruit-list .right .mbox .titlebox p {
    line-height: 0.8rem;
  }
}
#hi-resume-pop form {
  max-width: 950px;
}
#hi-resume-pop .hi-title-box {
  background: transparent;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  background: #333;
}
#hi-resume-pop .hi-title-box .hi-title {
  text-align: center;
  padding-top: 0.4rem;
  color: #333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.4rem;
}
.jbox {
  display: flex;
}
.jbox input {
  margin-right: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
}
.jbox input:nth-child(3) {
  margin-right: 0;
}
.jbutton {
  display: flex;
}
.jbutton button {
  margin-right: 0.3rem;
}
.jbutton button:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .recruit-list .left {
    display: none;
  }
  .recruit-list .right {
    width: 100%;
  }
  .recruit-banner .text a {
    font-size: 0.28rem;
  }
  .recruit-list .right .title p {
    font-size: 0.28rem;
  }
  .recruit-list .right .mbox .titlebox p {
    font-size: 0.28rem;
  }
  .recruit-list .right .mbox .sbox .stitle {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .recruit-list .right .mbox .sbox .stext {
    font-size: 0.28rem;
    line-height: 2em;
  }
  .recruit-list .right .mbox .sbox .sbutton {
    font-size: 0.28rem;
  }
  .recruit-banner .casetext {
    width: 90%;
  }
}
@media (min-width: 1921px) {
  .service-box1 {
    max-width: 19.2rem;
    margin: 0 auto;
  }
  .service-box1 .left {
    background-image: initial;
  }
  .superbox {
    background-image: url(../images/service1img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.zhaoping1 {
  padding: 1.3rem 0;
}
.zhaoping1 .center14 {
  display: flex;
}
.zhaoping1 .mbox {
  margin-right: 0.4rem;
  width: calc((100% - 0.4rem) / 2);
  position: relative;
}
.zhaoping1 .mbox:nth-child(2) {
  margin-right: 0;
}
.zhaoping1 .mbox .img {
  height: 4.63rem;
  position: relative;
  overflow: hidden;
}
.zhaoping1 .mbox .img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.zhaoping1 .mbox .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(27, 27, 27, 0.85);
  line-height: 0.85rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.zhaoping1 .mbox:hover .text {
  background-color: #f5c130;
}
.zhaoping1 .mbox:hover .img img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .zhaoping1 .mbox .img {
    height: unset;
  }
  .zhaoping1 .mbox .text {
    font-size: 0.28rem;
  }
}
.zhaoping2 {
  padding: 1.3rem 0;
  background-color: #fdfdfd;
}
.zhaoping2 .title {
  font-size: 0.4rem;
  color: #333333;
  letter-spacing: 0.01rem;
  text-align: center;
}
.zhaoping2 .mbox {
  margin-top: 0.9rem;
  display: flex;
}
.zhaoping2 .mbox .sbox {
  margin-right: 0.4rem;
  width: calc((100% - 0.8rem) / 3);
}
.zhaoping2 .mbox .sbox:nth-child(3) {
  margin-right: 0;
}
.zhaoping2 .mbox .sbox .img {
  text-align: center;
}
.zhaoping2 .mbox .sbox .img img {
  width: 0.7rem;
  height: 0.7rem;
  transform: all 0.4s;
}
.zhaoping2 .mbox .sbox .stitle {
  text-align: center;
  font-size: 0.22rem;
  color: #333333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.45rem;
  padding-bottom: 0.25rem;
}
.zhaoping2 .mbox .sbox .stext {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
 /* height: 0.96rem;*/
  height: 1.40rem;
  text-align: center;
  margin-top: 0.2rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.zhaoping2 .mbox .sbox:hover .img img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .zhaoping2 {
    padding: 0 0 1.3rem;
  }
  .zhaoping2 .mbox {
    flex-wrap: wrap;
  }
  .zhaoping2 .mbox .sbox {
    margin-right: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .zhaoping2 .mbox .sbox .stitle {
    font-size: 0.3rem;
  }
  .zhaoping2 .mbox .sbox .stext {
    font-size: 0.28rem;
  }
}
.zhaoping3 {
  padding-top: 1.3rem;
}
.zhaoping3 .title14 {
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
  letter-spacing: 1px;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.6rem;
}
.zhaoping3 .mbox {
  display: flex;
  flex-wrap: wrap;
}
.zhaoping3 .mbox .sbox {
  width: calc(100% / 3);
  position: relative;
}
.zhaoping3 .mbox .sbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 1s;
}
.zhaoping3 .mbox .sbox:nth-child(1)::before {
  background-color: #0052d9;
}
.zhaoping3 .mbox .sbox:nth-child(2)::before {
  background-color: #0093c7;
}
.zhaoping3 .mbox .sbox:nth-child(3)::before {
  background-color: #968c83;
}
.zhaoping3 .mbox .sbox:nth-child(4)::before {
  background-color: #79c000;
}
.zhaoping3 .mbox .sbox:nth-child(5)::before {
  background-color: #ff671f;
}
.zhaoping3 .mbox .sbox:nth-child(1) {
  width: calc(100% * 2 / 3);
}
.zhaoping3 .mbox .sbox .img {
  height: 2.83rem;
}
.zhaoping3 .mbox .sbox .img img {
  width: 100%;
  height: 100%;
}
.zhaoping3 .mbox .sbox .stitle {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  overflow-y: scroll;
  transition: all 0.4s;
  height: initial;
}
.zhaoping3 .mbox .sbox .stitle::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.zhaoping3 .mbox .sbox .stitle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1d4279;
}
.zhaoping3 .mbox .sbox .stitle .title2 {
  font-size: 0.24rem;
  color: #ffffff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.3rem;
}
.zhaoping3 .mbox .sbox .stitle .stext {
  display: none;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.26rem;
  margin-top: 0.3rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.zhaoping3 .mbox .sbox:hover::before {
  opacity: 1;
}
.zhaoping3 .mbox .sbox:hover .stitle .stext {
  display: block;
}
.zhaoping3 .mbox .sbox:hover .stitle {
  bottom: 0.5rem;
  height: calc(100% - 1rem);
}
.zhaoping3 .mbox .sbox:hover::before {
  height: 100%;
}
@media (max-width: 1580) {
  .zhaoping3 .mbox .sbox .img {
    height: 3.83rem;
  }
}
@media (max-width: 992px) {
  .zhaoping3 .mbox .sbox:nth-child(1) {
    width: 100%;
  }
  .zhaoping3 .mbox .sbox {
    width: 50%;
  }
  .zhaoping3 .mbox .sbox .stitle .title2 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .zhaoping3 .mbox .sbox .stitle .stext {
    font-size: 0.28rem;
    line-height: 0.35rem;
  }
  .zhaoping3 .mbox .sbox .stitle {
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0;
    overflow-y: scroll;
    transition: all 0.4s;
    height: initial;
  }
  .zhaoping3 .mbox .sbox:hover .stitle {
    bottom: 0.3rem;
    height: calc(100% - 0.6rem);
  }
}
@media (min-width: 1921px) {
  .zhaoping3 .mbox .sbox .img {
    height: 3.83rem;
  }
}
.zhaoping4 {
  padding: 1.3rem 0 2.6rem;
}
.zhaoping4 .title {
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
  letter-spacing: 1px;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.6rem;
}
.zhaoping4 .mbox {
  position: relative;
}
.zhaoping4 .mbox .sbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zhaoping4 .mbox .img2 {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}
.zhaoping4 .mbox .img2 img {
  width: 0.61rem;
  height: 0.42rem;
}
.zhaoping4a {
  position: relative;
  overflow: hidden;
  border-radius: 0.05rem;
  background-color: #f6f6f6;
  width: 5.92rem;
  height: 3.18rem;
}
.zhaoping4a .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.zhaoping4a .swiper-slide .xbox {
  width: 80%;
}
.zhaoping4a .text {
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.34rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.zhaoping4a ul {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.zhaoping4a ul li:nth-child(1) {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.zhaoping4a ul li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.zhaoping4a ul li:nth-child(2) span {
  display: block;
}
.zhaoping4a ul li:nth-child(2) span:nth-child(1) {
  font-size: 0.18rem;
  color: #333333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.zhaoping4a ul li:nth-child(2) span:nth-child(2) {
  font-size: 0.14rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 992px) {
  .zhaoping4 .mbox .img2 {
    display: none;
  }
  .zhaoping4 .mbox .sbox {
    position: relative;
    top: 0;
    transform: initial;
  }
  .zhaoping4a {
    width: 100%;
  }
  .zhaoping4a .text {
    font-size: 0.28rem;
    line-height: 0.35rem;
  }
  .zhaoping4a ul li:nth-child(2) span:nth-child(1) {
    font-size: 0.28rem;
  }
  .zhaoping4a ul li:nth-child(2) span:nth-child(2) {
    font-size: 0.22rem;
  }
}
.contact .mapbox .img .icon {
  animation: myfirst 2s;
  animation-iteration-count: infinite;
}
@keyframes myfirst {
  0% {
    top: 43%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 43%;
  }
}
@media (max-width: 768px) {
  #c-header .c-logo .c-img-box img:nth-child(1) {
    display: none;
  }
  #c-header .c-logo .c-img-box img:nth-child(2) {
    display: block;
  }
}
.c-home-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-home-banner .swiper-slide {
  position: relative;
}
.c-home-banner .swiper-slide .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.c-home-banner .swiper-slide .banner-text .text {
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.8rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home-banner .swiper-slide .banner-text .link {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #f4ba19;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  margin-top: 0.3rem;
}
.c-home-banner .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.2rem;
  border: 3px solid #fff;
  position: relative;
  transition: all 0.4s;
}
.c-home-banner .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.c-home-banner .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.index-box1 {
  padding: 1.2rem 0;
  background-image: url(../images/index1img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center14 {
  max-width: 14rem;
  margin: 0 auto;
}
.bgblue {
  background-color: #1d4279;
}
.bgwhite {
  background-color: #Fff;
}
.bggray {
  background-color: #cdced4;
}
.index-box1 .table {
  width: 100%;
}
.index-box1 .table td {
  width: calc(100% / 6);
}
.index-box1 .sbox {
  height: 2.37rem;
}
.index-box1 .sbox span em:nth-child(1) {
  text-align: center;
  display: block;
  line-height: 0.8rem;
}
.index-box1 .sbox span em:nth-child(1) img {
  max-width: 100%;
}
.index-box1 .sbox span em:nth-child(2) {
  text-align: center;
  display: block;
  font-style: normal;
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0.2rem;
  line-height: 0.2rem;
}
.index-box1 .mbox {
  position: relative;
}
.index-box1 .mbox::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: 23px;
  height: 3px;
  background-color: #fff;
}
.index-box1 .mbox::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 3px;
  height: 23px;
  background-color: #fff;
}
.index-box1 .mbox span em:nth-child(1) {
  line-height: 1rem;
}
.index-box1 .mbox span em:nth-child(2) {
  font-size: 0.32rem;
  margin-top: 0.3rem;
  line-height: 0.35rem;
}
.index-box1 .bgtext span em:nth-child(2) {
  color: #333;
}
.index-box2 {
  padding: 1.5rem 0 1.3rem;
  background-color: #fff;
  color: #666666;
}
.index-box2 .center14 {
  display: flex;
  align-items: center;
}
.index-box2 .center14 .left {
  margin-right: 1.7rem;
  width: calc(100% - 6.98rem);
}
.index-box2 .center14 .left .font20 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box2 .center14 .left .font34 {
  font-size: 0.34rem;
  line-height: 0.5rem;
  color: #333333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box2 .center14 .left .font34 span {
  color: #1d4279;font-size: auto !important;
}
.index-box2 .center14 .left .mbox {
  display: flex;
  margin-top: 0.8rem;
}
.index-box2 .center14 .left .mbox p {
  margin-right: 0.7rem;
}
.index-box2 .center14 .left .mbox p:last-child {
  margin-right: 0;
}
.index-box2 .center14 .left .mbox p span:nth-child(1) {
  display: block;
}
.index-box2 .center14 .left .mbox p span:nth-child(1) em:nth-child(1) {
  font-style: normal;
  font-size: 0.46rem;
  color: #1d4279;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box2 .center14 .left .mbox p span:nth-child(1) em:nth-child(1) i {
  font-style: normal;
  font-weight: bold;
}
.index-box2 .center14 .left .mbox p span:nth-child(1) em:nth-child(2) {
  font-style: normal;
  font-size: 0.2rem;
  color: #1d4279;
}
.index-box2 .center14 .left .mbox p span:nth-child(2) {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #666;
  margin-top: 0.1rem;
  display: block;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box2 .center14 .left .button {
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
}
.index-box2 .center14 .left .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.15rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box2 .center14 .left .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.index-box2 .center14 .left .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.index-box2 .center14 .right {
  width: 5.28rem;
}
.index-box2 .center14 .right a {
  overflow: hidden;
  width: 100%;
  height: 6.7rem;
  display: block;
}
.index-box2 .center14 .right a img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.index-box2 .center14 .right a:hover img {
  transform: scale(1.1);
}
.index-box3 {
  padding-bottom: 1.9rem;
  position: relative;
}
.index-box3 .img {
  width: 100%;
}
.index-box3 .img img {
  width: 100%;
}
.index-box3 .center14 {
  position: absolute;
  bottom: 0;
  width: 14rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-box3 .mbox {
  background-color: #1d4279;
  padding: 0.8rem;
  position: relative;
}
.index-box3 .mbox .font20 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  color: #fff;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box3 .mbox .font34 {
  font-size: 0.34rem;
  line-height: 0.5rem;
  color: #fff;
  width: 7.5rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box3 .mbox .button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.index-box3 .mbox .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #fff;
  margin-right: 0.15rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box3 .mbox .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.index-box3 .mbox .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.index-box4 {
  padding: 2.4rem 0 1.5rem;
  background-color: #f9f9f9;
}
.index-box4 .font20 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  color: #666;
  text-align: center;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box4 .font34 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #333;
  letter-spacing: 1px;
  margin-top: 0.1rem;
  text-align: center;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box4 .mbox {
  margin-top: 1.6rem;
  display: flex;
}
.index-box4 .mbox .left {
  width: 5rem;
  margin-right: 1.2rem;
  overflow: hidden;
}
.index-box4 .mbox .left .sbox {
  width: 100%;
  height: 1.6rem;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.index-box4 .mbox .left .sbox span:nth-child(1) {
  padding-left: 0.3rem;
}
.index-box4 .mbox .left .sbox span em:nth-child(1) {
  font-size: 0.2rem;
  color: #333;
  display: block;
  font-style: normal;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box4 .mbox .left .sbox span em:nth-child(2) {
  font-size: 0.14rem;
  color: #333;
  display: block;
  font-style: normal;
  margin-top: 0.1rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box4 .mbox .left .sbox span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  font-size: 0.6rem;
  color: #666;
  opacity: 0.2;
  line-height: 0.6rem;
}
.index-box4 .mbox .left .sbox.default {
  background-color: #1d4279;
}
.index-box4 .mbox .left .sbox.default span em:nth-child(1) {
  color: #fff;
}
.index-box4 .mbox .left .sbox.default span em:nth-child(2) {
  color: #fff;
}
.index-box4 .mbox .left .sbox.default span:nth-child(2) {
  top: unset;
  bottom: -0.4rem;
  transform: initial;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #Fff;
  opacity: 0.2;
}
.index-box4 .mbox .right {
  width: calc(100% - 6.2rem);
  padding: 0 0.8rem;
  position: relative;
}
.index-box4 .mbox .right .map {
  position: absolute;
  left: -0.1rem;
}
.index-box4 .mbox .right .map img {
  width: 8.24rem;
}
.index-box4 .mbox .right .index-box4a {
  position: relative;
  overflow: hidden;
  padding: 0.6rem 0 0.4rem;
  margin: 0 1rem;
}
.index-box4 .mbox .right .index-box4a .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.index-box4 .mbox .right .index-box4a .swiper-slide a {
  line-height: 0.76rem;
  text-align: center;
  display: flex;
  align-items: center;
  height: 0.76rem;
  justify-content: center;
  width: 0.76rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.index-box4 .mbox .right .index-box4a .swiper-slide a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.index-box4 .mbox .right .index-box4a .swiper-slide-active {
  transform: scale(1.5) !important;
}
.index-box4 .mbox .right .index-box4a .swiper-slide-active a {
  border: solid 2px #f4ba19;
}
.index-box4 .mbox .right .index-box4b {
  position: relative;
  overflow: hidden;
  width: 6.21rem;
  /* height: 1.46rem; */
  margin-top: 0.6rem;
}
.index-box4 .mbox .right .index-box4b .swiper-slide {
  padding: 0.4rem;
  border: 1px solid #eee;
  box-shadow: 0rem 0.03rem 0.21rem 0rem rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.index-box4 .mbox .right .index-box4b .swiper-slide p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box4 .index-box4c {
  position: relative;
  overflow: hidden;
}
.index-box4 .mbox .right {
  position: relative;
}
.paginationbox4a {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 0;
}
.paginationbox4a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-box4 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #1d4279;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.2rem;
  border: 2px solid #1d4279;
  position: relative;
  transition: all 0.4s;
}
.index-box4 .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 17px;
  height: 17px;
}
.index-box4 .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-51%, -51%);
  width: 5px;
  height: 5px;
  background-color: #1d4279;
  border-radius: 50%;
}
.index-box5 {
  padding-top: 1rem;
}
.index-box5 .sbox {
  position: relative;
}
.index-box5 .sbox .font20 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  color: #666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box5 .sbox .font40 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box5 .sbox .button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box5 .sbox .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.15rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box5 .sbox .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.index-box5 .sbox .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
  vertical-align: baseline;
}
.index-box5a {
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.index-box5a .swiper-slide {
  background-image: url(../images/index5img1.png);
  width: 2.7rem;
  height: 3.84rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.index-box5a .swiper-slide:last-child {
  margin-right: 0;
}
.index-box5a .swiper-slide .text {
  padding: 0 0.35rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box5a .swiper-slide .author {
  padding: 0.35rem 0.35rem 0;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #1d4279;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.index-box6 {
  margin-top: 0.5rem;
  padding-bottom: 1.2rem;
}
.index-box6 .sbox {
  position: relative;
}
.index-box6 .sbox .font40 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box6 .sbox .button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box6 .sbox .button a:nth-child(1) {
  font-size: 0.14rem;
  color: #333;
  margin-right: 0.15rem;
}
.index-box6 .sbox .button a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
.index-box6 .sbox .button a:nth-child(2) img {
  width: 10px;
  height: 13px;
}
.index-box6a {
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
.index-box6a a {
  display: block;
}
.index-box6a .time {
  font-size: 0.2rem;
  color: #666666;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box6a .title {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
  margin-top: 0.25rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box6a .text {
  font-size: 0.16rem;
  color: #999999;
  margin-top: 0.25rem;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.index-box6a .img {
  margin-top: 0.25rem;
  width: 100%;
  height: 1.97rem;
  overflow: hidden;
}
.index-box6a .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.index-box6a .swiper-slide:hover img {
  transform: scale(1.2);
}
.index-box6a .swiper-slide:hover .title {
  text-decoration: underline;
  color: #0049a3;
}
@media (max-width: 992px) {
  .center14 {
    max-width: 90%;
  }
  .index-box2 .center14 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .index-box2 .center14 .left {
    width: 100%;
    margin-right: 0;
  }
  .index-box2 .center14 .left .font20 {
    font-size: 0.28rem;
  }
  .index-box2 .center14 .left .font34 {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .index-box2 .center14 .left .mbox{
    flex-wrap: wrap;
  }
  .index-box2 .center14 .left .mbox p {
    width: 35%;
    margin-bottom: .5rem;
  }
  .index-box2 .center14 .left .mbox p span:nth-child(1) em:nth-child(2) {
    font-size: 0.28rem;
  }
  .index-box2 .center14 .left .mbox p span:nth-child(2) {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .index-box2 .center14 .left .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .index-box2 .center14 .right {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .index-box2 .center14 .right a {
    height: initial;
  }
  .index-box3 .mbox .font20 {
    font-size: 0.28rem;
  }
  .index-box3 .mbox {
    padding: 0.3rem;
  }
  .index-box3 .mbox .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .index-box3 .mbox .font34 {
    width: 100%;
    font-size: .3rem;
  }
  .index-box3 .mbox .button {
    position: relative;
    margin-top: 0.3rem;
    right: 0;
    top: 0;
    transform: initial;
  }
  .index-box4 .font20 {
    font-size: 0.28rem;
  }
  .index-box4 .mbox {
    flex-wrap: wrap;
  }
  .index-box4 .mbox .left {
    width: 100%;
    margin-right: initial;
  }
  .index-box4 .mbox .left .sbox span em:nth-child(1) {
    font-size: 0.32rem;
  }
  .index-box4 .mbox .left .sbox span em:nth-child(2) {
    font-size: 0.28rem;
  }
  .index-box4 .mbox .right {
    width: 100%;
  }
  .index-box4 .mbox .right .index-box4b .swiper-slide p {
    font-size: 0.28rem;
    line-height: 2em;
  }
  .index-box4 .mbox .right .index-box4a .swiper-slide a {
    line-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .index-box4 .mbox .right .index-box4b {
    width: 100%;
    height: initial;
  }
  .index-box4 .mbox .right .index-box4a {
    margin: 0;
  }
  .index-box5 .sbox .font20 {
    font-size: 0.28rem;
  }
  .index-box5 .sbox .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .index-box6 .sbox .button a:nth-child(1) {
    font-size: 0.28rem;
  }
  .index-box6a .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .index-box6a .img {
    height: 3.44rem;
  }
  .index-box6a .time {
    font-size: 0.28rem;
    line-height: 2em;
    margin-top: 0.25rem;
  }
  .index-box6a .title {
    font-size: 0.3rem;
    line-height: 1.4em;
    height: 1rem;
  }
  .index-box6a .text {
    font-size: 0.28rem;
  }
  .index-box6a .index-news {
    padding: 0.3rem;
    border: 1px solid #eee;
    width: calc(100% - 2px);
  }
  /* .index-box6a .text:nth-child(4){display: none;} */
  .c-home-banner .swiper-slide .banner-text .link {
    font-size: 0.28rem;
  }
  .index-box5a .swiper-slide .text {
    font-size: 0.28rem;
  }
  .index-box5a .swiper-slide .author {
    font-size: 0.28rem;
  }
  .index-box5a .swiper-slide {
    margin-right: 0.7rem;
  }
}
@media (max-width: 520px) {
  .index-box3 {
    padding-bottom: 0;
  }
  .index-box3 .center14 {
    position: relative;
    width: 100%;
    left: initial;
    transform: initial;
    max-width: 100%;
  }
  .index-box4 {
    padding: 1.3rem 0;
  }
}
.wrapper .indexbigbox li .show span em:nth-child(2) {
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.wrapper .indexsmallbox li .show span em:nth-child(2) {
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box4 .container .mySwiper {
  position: relative;
}
.about-page .box4 .container .mySwiper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 1px ;
  background: #193e75;
}
.hi-btn11 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
@media (max-width: 767px) {
  .hi-btn11 {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.hi-btn11 .hi-ico {
  position: relative;
  z-index: 5;
  pointer-events: none;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hi-btn11 .hi-ico {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.hi-btn11 .hi-ico path {
  fill: #fff;
}
.hi-btn11:hover {
  transform: scale(0.93);
}
.hi-btn11:hover::after {
  animation: hi-btn11 1.3s ease-out 75ms;
}
.hi-btn11:hover .hi-ico {
  transform: rotate(0deg);
}
@keyframes hi-btn11 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#c-header .c-nav li a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
}
.zhishi {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.zhishi .mbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zhishi .sbox {
  background-image: url(../images/zzzcx.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.08rem;
  padding: 0.5rem 0.5rem 0.5rem 1.1rem;
  width: 6.8rem;
  position: relative;
}
.zhishi .sbox .img {
  position: absolute;
  left: -2.3rem;
  top: -0.3rem;
}
.zhishi .sbox .img {
  width: 2.85rem;
  height: 3.4rem;
}
.zhishi .sbox ul li {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: left;
}
.zhishi .sbox ul li span {
  color: #1d4279;
}
.zhishi .sbox ul li.link {
  display: flex;
  color: #333333;
  font-size: 0.14rem;
}
.zhishi .sbox ul li.link a:nth-child(1) {
  line-height: 0.6rem;
}
.zhishi .sbox ul li.link a:nth-child(2) {
  margin-left: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f4ba19;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.6rem;
}
#c-header .c-nav li a span.arrow::before {
  display: none;
}
.layui-icon-down {
  font-size: 0.12rem !important;
  margin-left: 0.1rem;
}
@media (max-width: 991px) {
  .about-banner {
    top: 0;
  }
}


.zhishi .sbox{background-image: url(../images/zzzcx.png);
  background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 0.08rem;padding: .5rem .5rem .5rem 1.1rem;width: 6.8rem;position: relative;}
.zhishi .sbox .img{position: absolute;left: -2.3rem;top: -.3rem;}
.zhishi .sbox .img{width: 2.85rem;height: 3.4rem;}
.zhishi .sbox div p{font-size: 0.16rem;color: #333333;line-height: 0.28rem;font-family: @font2;text-align:left}
.zhishi .sbox div p span{color: #1d4279;}
.zhishi .sbox div p.link{display: flex;color: #333333;font-size: 0.14rem;}
.zhishi .sbox div p.link a:nth-child(1){line-height: .6rem;}
.zhishi .sbox div p.link a:nth-child(2){margin-left: .1rem;width: .6rem;height: .6rem;background-color:#f4ba19 ;display: block;border-radius: 50%;text-align: center;line-height: .6rem;}




.wrapper .indexsmallbox li .show span em:nth-child(1){visibility: inherit !important;}
.wrapper .indexsmallbox li .show span em:nth-child(2){visibility: inherit !important;}



        .service-banner .sbutton{position:relative}
        .service-banner .sbutton span{position: absolute;left: 75%;top: 1.6rem;transform: translate(-50%,-50%);background-color: #Fff;padding: .1rem;
        width: 1.7rem;height: 1.7rem;border-radius: 0.05rem;box-shadow: 0rem 0rem 0.33rem 0rem rgba(0, 0, 0, 0.15);display: none;}
        .service-banner .sbutton span::before{content: "";position: absolute;left: 50%;transform: translateX(-50%);top: -.1rem;
        width: 0;height: 0;border-left: .05rem solid transparent;border-right: .05rem solid transparent;border-bottom: .1rem solid #Fff;}
        .service-banner .sbutton:hover span{display: block;}