@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;
}
.about-banner {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .about-banner {
    height: calc(100vh - 1.2rem);
    /* top: 1.2rem; */
  }
}
.about-banner .img {
  width: 100%;
  height: 100%;
}
.about-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-banner .img img.pc {
    display: none;
  }
}
.about-banner .img img.mobile {
  display: none;
}
@media (max-width: 991px) {
  .about-banner .img img.mobile {
    display: block;
  }
}
.about-banner .center14 {
  width: 14rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
.about-banner .center14 .txt {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #fff;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about-page .box1 {
  width: 100%;
  padding: 1.13rem 0 0;
}
.about-page .box1 .center14 .top {
  width: 100%;
}
.about-page .box1 .center14 .top .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  text-align: center;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .about-page .box1 .center14 .top .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about-page .box1 .center14 .top .t1 {
    font-size: 16px;
  }
}
.about-page .box1 .center14 .top .t2 {
  font-size: 0.4rem;
  line-height: 0.52rem;
  text-align: center;
  color: #333;
  margin-top: 0.18rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box1 .center14 .top .t3 {
  max-width: 1190px;
  line-height: 28px;
  color: #666;
  text-align: center;
  margin: 0.25rem auto 0;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box1 .center14 .list {
  margin: 0.54rem auto 0;
  width: 1280px;
  max-width: 100%;
}
.about-page .box1 .center14 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-page .box1 .center14 .list ul li {
  width: 31.25%;
  height: 2.45rem;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0.1rem;
  margin-right: 3.125%;
  margin-bottom: 0.4rem;
  transition: all ease-out 0.3s;
}
.about-page .box1 .center14 .list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .about-page .box1 .center14 .list ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  .about-page .box1 .center14 .list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .about-page .box1 .center14 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-page .box1 .center14 .list ul li {
    width: 100%;
    height: 3rem;
    margin-right: 0;
  }
  .about-page .box1 .center14 .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.about-page .box1 .center14 .list ul li .tbox {
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  transition: all ease-out 0.3s;
}
.about-page .box1 .center14 .list ul li .tbox .icon {
  width: 1rem;
  height: 1rem;
  margin: auto;
}
.about-page .box1 .center14 .list ul li .tbox .icon img,
.about-page .box1 .center14 .list ul li .tbox .icon svg {
  width: 100%;
  height: 100%;
}
.about-page .box1 .center14 .list ul li .tbox .icon img path,
.about-page .box1 .center14 .list ul li .tbox .icon svg path {
  fill: #1d4279;
}
.about-page .box1 .center14 .list ul li .tbox .t1 {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  text-align: center;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.3rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .about-page .box1 .center14 .list ul li .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about-page .box1 .center14 .list ul li .tbox .t1 {
    font-size: 16px;
  }
}
.about-page .box1 .center14 .list ul li .tbox .t2 {
  line-height: 28px;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  text-align: center;
  margin: 1.18rem auto 0;
  max-width: 280px;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.about-page .box1 .center14 .list ul li:hover {
  background: #1d4279;
}
.about-page .box1 .center14 .list ul li:hover .tbox {
  transform: translateY(-1.2rem);
}
.about-page .box1 .center14 .list ul li:hover .tbox .t1 {
  color: #fff;
}
.about-page .box1 .center14 .list ul li:hover .tbox .t2 {
  opacity: 1;
  margin: 0.18rem auto 0;
}
.about-page .box2 {
  width: 100%;
  margin-top: 1rem;
}
.about-page .box2 .center14 {
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-page .box2 .center14 {
    flex-direction: column-reverse;
  }
}
.about-page .box2 .center14 .tbox {
  width: 60%;
  padding: 1.55rem 1.6rem 0 1rem;
}
@media (max-width: 991px) {
  .about-page .box2 .center14 .tbox {
    padding: 1rem 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .about-page .box2 .center14 .tbox {
    width: 100%;
    padding: 1rem 0.3rem;
  }
}
.about-page .box2 .center14 .tbox .icon {
  width: 0.68rem;
}
.about-page .box2 .center14 .tbox .icon img {
  width: 100%;
}
.about-page .box2 .center14 .tbox .t1 {
  font-size: 24px;
  line-height: 42px;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
  color: #333;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .about-page .box2 .center14 .tbox .t1 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 1260px) {
  .about-page .box2 .center14 .tbox .t1 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .about-page .box2 .center14 .tbox .t1 {
    font-size: 18px;
    line-height: 32px;
  }
}
.about-page .box2 .center14 .tbox .t2 {
  color: #333;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
  font-size: 20px;
  line-height: 42px;
  margin-top: 0.76rem;
}
@media (max-width: 1580px) {
  .about-page .box2 .center14 .tbox .t2 {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 1260px) {
  .about-page .box2 .center14 .tbox .t2 {
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .about-page .box2 .center14 .tbox .t2 {
    margin-top: 0.3rem;
  }
}
.about-page .box2 .center14 .img {
  width: 40%;
}
@media (max-width: 767px) {
  .about-page .box2 .center14 .img {
    width: 100%;
  }
}
.about-page .box2 .center14 .img::before {
  padding-top: 117.85%;
}
.about-page .box3 {
  width: 100%;
  padding: 1.5rem 0 1.54rem;
}
.about-page .box3 .title {
  text-align: center;
  color: #333;
  font-size: 0.4rem;
  line-height: 0.42rem;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box3 .list {
  margin-top: 1.1rem;
}
@media (max-width: 1260px) {
  .about-page .box3 .list {
    width: 90%;
    margin: 1.1rem auto 0;
  }
}
.about-page .box3 .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .about-page .box3 .list ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.about-page .box3 .list ul li {
  text-align: center;
  margin-right: 1.11rem;
}
@media (max-width: 1580px) {
  .about-page .box3 .list ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .about-page .box3 .list ul li {
    width: 100px;
    flex-shrink: 0;
  }
}
.about-page .box3 .list ul li:last-child {
  margin-right: 0;
}
.about-page .box3 .list ul li:last-child .icon span {
  display: none;
}
.about-page .box3 .list ul li .icon {
  width: 1.1rem;
  height: 1rem;
  margin: auto;
  position: relative;
}
.about-page .box3 .list ul li .icon span {
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  left: calc(100% + 0.7rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .about-page .box3 .list ul li .icon span {
    left: calc(100% + 0.5rem);
  }
}
@media (max-width: 991px) {
  .about-page .box3 .list ul li .icon span {
    left: calc(100% + 0.3rem);
  }
}
@media (max-width: 767px) {
  .about-page .box3 .list ul li .icon span {
    left: calc(100% + 0.6rem);
  }
}
.about-page .box3 .list ul li .icon span svg {
  width: 100%;
  max-height: 1rem;
}
.about-page .box3 .list ul li .icon span svg path {
  fill: #1d4279;
}
.about-page .box3 .list ul li .icon img,
.about-page .box3 .list ul li .icon svg {
  width: 100%;
  height: 1rem;
}
.about-page .box3 .list ul li .icon img path,
.about-page .box3 .list ul li .icon svg path {
  fill: #1d4279;
}
.about-page .box3 .list ul li .t1 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .about-page .box3 .list ul li .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1260px) {
  .about-page .box3 .list ul li .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.about-page .box3 .list ul li .t2 {
  font-size: 20px;
  line-height: 30px;
  color: #999;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .about-page .box3 .list ul li .t2 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about-page .box3 .list ul li .t2 {
    font-size: 16px;
  }
}
.about-page .box4 {
  width: 100%;
  position: relative;
  padding: 1.4rem 0 0.95rem;
}
.about-page .box4 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .box4 .img ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-page .box4 .img ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.about-page .box4 .img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .box4 .img ul li.on {
  opacity: 1;
  z-index: 2;
}
.about-page .box4 .container {
  position: relative;
  z-index: 2;
  width: 1500px;
  max-width: 90%;
}
.about-page .box4 .container .title {
  font-size: 0.4rem;
  line-height: 0.42rem;
  text-align: center;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
}
.about-page .box4 .container .swiper {
  width: 100%;
  overflow: hidden;
}
.about-page .box4 .container .mySwiper2 {
  margin: 1.13rem auto 0;
  width: 500px;
  height: 200px;
  max-width: 90%;
}
.about-page .box4 .container .mySwiper2 .swiper-slide {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  color: #555;
  cursor: grab;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box4 .container .mySwiper2 .swiper-slide span {
  font-size: 0.4rem;
  line-height: 1;
  border-right: 2px solid #dedede;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  color: #333;
}
.about-page .box4 .container .mySwiper {
  margin-top: 1.1rem;
}
.about-page .box4 .container .mySwiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-style: italic;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .about-page .box4 .container .mySwiper .swiper-slide {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .about-page .box4 .container .mySwiper .swiper-slide {
    font-size: 16px;
  }
}
@media (max-width: 992px){
    .about-page .box4 .container .mySwiper2{
            height: auto;
            background-color: #fff;
    }
    .about-page .box4 .container .mySwiper2 .swiper-slide{
        padding: .3rem;
    }
    .about-page .box4 .container .mySwiper2 .swiper-slide span{
        display: none;
    }
}
.about-page .box4 .container .mySwiper .swiper-slide span {
  width: 21px;
  height: 21px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(25, 62, 117, 0.6);
  border-radius: 50%;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto 10px;
}
.about-page .box4 .container .mySwiper .swiper-slide::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #193e75;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-page .box4 .container .mySwiper .swiper-slide.swiper-slide-thumb-active {
  color: #193e75;
}
.about-page .box4 .container .mySwiper .swiper-slide.swiper-slide-thumb-active span {
  background: #1d4279;
  border: 6px solid #fff;
}
.about-page .box5 {
  width: 100%;
  padding: 1.18rem 0 1.4rem;
}
@media (max-width: 767px) {
  .about-page .box5 {
    padding: 1.2rem 0 0.8rem;
  }
}
.about-page .box5 .container {
  width: 1400px;
  max-width: 90%;
}
.about-page .box5 .container .title {
  font-size: 0.4rem;
  line-height: 0.42rem;
  text-align: center;
  color: #333;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box5 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.about-page .box5 .container .list ul {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul {
    flex-wrap: wrap;
  }
}
.about-page .box5 .container .list ul li {
  position: relative;
  transition: all ease-out 0.3s;
  flex: 1;
  margin-right: 1px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li {
    width: 100%;
    flex: none;
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.about-page .box5 .container .list ul li .img {
  width: 100%;
  height: 5.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li .img {
    height: 3rem;
  }
}
.about-page .box5 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.about-page .box5 .container .list ul li .tbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 24px;
}
@media (max-width: 1580px) {
  .about-page .box5 .container .list ul li .tbox {
    width: 22px;
  }
}
@media (max-width: 1260px) {
  .about-page .box5 .container .list ul li .tbox {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li .tbox {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    transform: translate(0, 0);
    padding: 0.3rem 0 0.5rem;
  }
}
.about-page .box5 .container .list ul li .tbox .t1 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 26px;
  margin: auto;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .about-page .box5 .container .list ul li .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .about-page .box5 .container .list ul li .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li .tbox .t1 {
    font-size: 18px;
    color: #333;
  }
}
.about-page .box5 .container .list ul li .tbox .t2 {
  width: 100%;
  height: 0;
  opacity: 0;
  color: #fff;
  line-height: 2;
  font-family: 'opporight', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 6px;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li .tbox .t2 {
    opacity: 1;
    height: auto;
    font-size: 12px;
    margin: 6px auto 0;
    color: #666;
  }
}
.about-page .box5 .container .list ul li.on {
  flex: 5;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li.on {
    width: 100%;
    flex: none;
  }
}
.about-page .box5 .container .list ul li.on .tbox {
  width: 100%;
  left: 0.5rem;
  bottom: 0.52rem;
  top: initial;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li.on .tbox {
    left: 0;
    top: initial;
    bottom: initial;
    transform: translate(0, 0);
    padding: 0.3rem 0 0.5rem;
  }
}
.about-page .box5 .container .list ul li.on .tbox .t1 {
  width: 100%;
  line-height: 28px;
}
@media (max-width: 767px) {
  .about-page .box5 .container .list ul li.on .tbox .t1 {
    line-height: 26px;
  }
}
.about-page .box5 .container .list ul li.on .tbox .t2 {
  opacity: 1;
  height: auto;
  transition: all ease-out 0.3s 0.3s;
}
.about-page .box6 {
  width: 100%;
  padding: 0.94rem 0 1.6rem;
}
@media (max-width: 767px) {
  .about-page .box6 {
    padding: 1.4rem 0;
  }
}
.about-page .box6 .container {
  width: 1400px;
  max-width: 90%;
}
.about-page .box6 .container .title {
  font-size: 0.4rem;
  line-height: 0.52rem;
  color: #fff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box6 .container .content {
  width: 1400px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.83rem;
}
.about-page .box6 .container .content .left {
  width: 38.21%;
}
@media (max-width: 991px) {
  .about-page .box6 .container .content .left {
    display: none;
  }
}
.about-page .box6 .container .content .left ul {
  width: 100%;
}
.about-page .box6 .container .content .left ul li {
  width: 100%;
  padding-left: 25px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all ease-out 0.3s;
  margin-bottom: 0.2rem;
  position: relative;
}
@media (max-width: 1580px) {
  .about-page .box6 .container .content .left ul li {
    font-size: 16px;
  }
}
.about-page .box6 .container .content .left ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all ease-out 0.3s;
  position: absolute;
  left: 0;
  top: 9px;
  box-sizing: border-box;
}
.about-page .box6 .container .content .left ul li.on {
  color: #fff;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-page .box6 .container .content .left ul li.on::before {
  opacity: 1;
}
.about-page .box6 .container .content .right {
  width: 55.72%;
  position: absolute;
  right: 0.55rem;
}
@media (max-width: 991px) {
  .about-page .box6 .container .content .right {
    width: 100%;
    position: relative;
    right: initial;
  }
}
.about-page .box6 .container .content .right .swiper {
  width: 100%;
  overflow: hidden;
}
.about-page .box6 .container .content .right .swiper .swiper-slide {
  background: #fff;
  padding: 0.23rem 0.25rem;
  border-radius: 5px;
}
.about-page .box6 .container .content .right .swiper .swiper-slide .img {
  width: 100%;
}
.about-page .box6 .container .content .right .swiper .swiper-slide .img img {
  width: 100%;
}
.about-page .box6 .container .content .right .swiper .swiper-slide .img::before {
  padding-top: 123.58%;
}
.about-page .box6 .container .content .right .swiper .swiper-slide .txt {
  display: none;
  color: #333;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .about-page .box6 .container .content .right .swiper .swiper-slide .txt {
    display: block;
  }
}
.about-page .box7 {
  width: 100%;
  padding: 2.14rem 0 2.8rem;
}
@media (max-width: 767px) {
  .about-page .box7 {
    padding: 1.4rem 0 2.8rem;
  }
}
.about-page .box7 .container {
  width: 1400px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .box7 .container .item {
  width: 37.14%;
  height: 4.2rem;
  position: relative;
  transition: all ease-out 0.3s;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about-page .box7 .container .item {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.3rem;
  }
  .about-page .box7 .container .item:last-child {
    margin-bottom: 0;
  }
}
.about-page .box7 .container .item .img {
  width: 100%;
  height: 100%;
  transition: all ease-out 0.3s;
  opacity: 0;
  position: relative;
}
@media (max-width: 767px) {
  .about-page .box7 .container .item .img {
    opacity: 1;
  }
}
.about-page .box7 .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .box7 .container .item .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(29, 66, 121, 0.5);
}
.about-page .box7 .container .item .t1 {
  position: absolute;
  z-index: 2;
  font-size: 30px;
  line-height: 32px;
  color: #333;
  left: 0.5rem;
  top: 0.8rem;
  transition: all ease-out 0.3s;
  font-family: 'oppobold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .about-page .box7 .container .item .t1 {
    font-size: 28px;
  }
}
@media (max-width: 1260px) {
  .about-page .box7 .container .item .t1 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .about-page .box7 .container .item .t1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-page .box7 .container .item .t1 {
    font-size: 18px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
  }
}
.about-page .box7 .container .item .t2 {
  line-height: 28px;
  color: #fff;
  font-family: 'oppomedium', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: absolute;
  left: 0.5rem;
  bottom: 0.7rem;
  max-width: 350px;
  transition: all ease-out 0.3s;
  opacity: 0;
}
@media (max-width: 991px) {
  .about-page .box7 .container .item .t2 {
    max-width: 60%;
    bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-page .box7 .container .item .t2 {
    display: none;
  }
}
.about-page .box7 .container .item .more {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #f6f6f6;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .about-page .box7 .container .item .more {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.about-page .box7 .container .item .more img {
  width: 10px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.about-page .box7 .container .item .more img:nth-child(2) {
  opacity: 0;
}
.about-page .box7 .container .item .more:hover {
  background: rgba(255, 255, 255, 0.4);
}
.about-page .box7 .container .item .more:hover img:nth-child(1) {
  opacity: 0;
}
.about-page .box7 .container .item .more:hover img:nth-child(2) {
  opacity: 1;
}
.about-page .box7 .container .item.on {
  width: 61.42%;
}
@media (max-width: 767px) {
  .about-page .box7 .container .item.on {
    width: 100%;
  }
}
.about-page .box7 .container .item.on .img {
  opacity: 1;
}
.about-page .box7 .container .item.on .t1 {
  color: #fff;
}
.about-page .box7 .container .item.on .t2 {
  opacity: 1;
}
#c-footer {
  position: relative;
  z-index: 2;
}
