@charset "utf-8";
/*字体*/
/* @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);
  }
}
html.on {
  overflow: hidden;
}
html.on .header.fhs {
  top: 0;
}
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;
  }
}
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%;
  }
}
.container2 {
  width: 73.33%;
  position: relative;
  margin: auto;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    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;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 20px;
  }
}
.public-btn {
  min-width: 1.8rem;
  height: 0.5rem;
  padding: 0 0.2rem 0 0.38rem;
  border-radius: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004ea2, #00b4ff);
  color: #fff;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn span {
  display: inline-flex;
  transition: all ease-out 0.3s;
  margin-left: 0.27rem;
}
.public-btn span svg {
  width: 7px;
  height: 11px;
}
.public-btn span svg:nth-child(2) {
  opacity: 0.4;
}
.public-btn span svg path {
  fill: #fff;
  transition: all ease-out 0.3s;
}
.public-btn:hover span {
  margin-left: 0.37rem;
}
.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 ease-out 0.5s;
}
.pub-btn {
  min-width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pub-btn {
    min-width: 2.4rem;
  }
}
.pub-btn span {
  position: relative;
  z-index: 2;
  color: #000;
  transition: all ease-out 0.3s 0.1s;
  font-weight: bold;
}
.pub-btn .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 0.1rem;
  position: relative;
  z-index: 2;
}
.pub-btn .icon svg path {
  fill: #000;
  opacity: 1;
  transition: all ease-out 0.3s 0.1s;
}
@media (max-width: 767px) {
  .pub-btn {
    height: 0.8rem;
  }
}
.pub-btn::before {
  content: '';
  width: 0;
  height: 0;
  background: #fabe00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all linear 0.3s;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin: 0 5px;
  background: #fff;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .page-list a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page-list a {
    font-size: 14px;
  }
}
.page-list a:hover,
.page-list a.on {
  color: #fff;
  background: #00a9eb;
}
.page-list .prev,
.page-list .next {
  width: 1.14rem;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .left {
  display: flex;
  align-items: center;
}
.header .container .left .logo {
  width: 1.95rem;
}
@media (max-width: 767px) {
  .header .container .left .logo {
    width: 3.2rem;
  }
}
.header .container .left .logo a {
  display: flex;
}
.header .container .left .txt {
  line-height: 20px;
  color: #666;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
}
@media (max-width: 1580px) {
  .header .container .left .txt {
    line-height: 18px;
  }
}
.header .container .left .txt::before {
  content: '';
  width: 1px;
  height: 32px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .container .right {
  display: flex;
}
.header .container .right .close {
  width: 34px;
  display: none;
}
@media (max-width: 991px) {
  .header .container .right .close {
    height: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .container .right .close span {
  width: 100%;
  height: 2px;
  background: #333;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .container .right .close span:nth-child(2) {
  width: 60%;
}
.header .container .right .close.on span {
  margin: 5px 0;
}
.header .container .right .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .container .right .close.on span:nth-child(2) {
  opacity: 0;
}
.header .container .right .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .container .right .r-menu {
  display: flex;
}
@media (max-width: 991px) {
  .header .container .right .r-menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 1.1rem);
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top: 1px solid #eee;
    padding: 0 0.5rem;
  }
}
.header .container .right .r-menu .menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header .container .right .r-menu .menu ul li {
    width: 100%;
  }
}
.header .container .right .r-menu .menu ul li a {
  color: #333;
  font-size: 18px;
  height: 1rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 0.42rem;
  border-bottom: 2px solid transparent;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .header .container .right .r-menu .menu ul li a {
    padding: 0 0.3rem;
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .header .container .right .r-menu .menu ul li a {
    padding: 0 0.2rem;
  }
}
.header .container .right .r-menu .menu ul li:hover a,
.header .container .right .r-menu .menu ul li.on a {
  color: #00a9eb;
  border-bottom: 2px solid #00a9eb;
}
.header .container .right .r-menu .language {
  width: 50px;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 4px;
}
.header .container .right .r-menu .language span {
  font-weight: bold;
  color: #333;
}
.header .container .right .r-menu .search-icon {
  width: 35px;
  height: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.header .container .right .r-menu .search-icon svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
#menu {
  width: 1.14rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 991px) {
  #menu {
    display: none;
  }
}
#menu li {
  margin-bottom: 0.14rem;
  position: relative;
}
#menu li:last-child {
  margin-bottom: 0;
}
#menu li a {
  padding-left: 0.17rem;
  position: relative;
  display: flex;
  color: #fff;
  line-height: 24px;
}
#menu li a span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
#menu li a p {
  opacity: 0;
}
#menu li.active {
  padding: 0.62rem 0 0.62rem;
}
#menu li.active::before {
  content: '';
  width: 1px;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  left: 0;
  top: 0.1rem;
}
#menu li.active::after {
  content: '';
  width: 1px;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}
#menu li.active a span {
  width: 11px;
  height: 11px;
  background: #fff;
  left: -5px;
}
#menu li.active a span::before {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#menu li.active a p {
  opacity: 1;
}
#menu.blue li a span {
  background: rgba(10, 64, 107, 0.2);
}
#menu.blue li.active::before,
#menu.blue li.active::after {
  background: rgba(0, 0, 0, 0.06);
}
#menu.blue li.active a {
  color: #333;
}
#menu.blue li.active a span {
  background: #00aaeb;
}
#menu.blue li.active a span::before {
  background: rgba(0, 170, 235, 0.1);
}
#fullpage .page1 .swiper-container {
  width: 100%;
  height: 100vh;
}
#fullpage .page1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#fullpage .page1 .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fullpage .page1 .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #fullpage .page1 .swiper-container .swiper-slide .img img:nth-child(1) {
    display: none;
  }
}
#fullpage .page1 .swiper-container .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  #fullpage .page1 .swiper-container .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
#fullpage .page1 .swiper-container .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
}
#fullpage .page1 .swiper-container .swiper-slide .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#fullpage .page1 .swiper-container .swiper-slide .container .title {
  font-size: 0.56rem;
  line-height: 0.66rem;
  color: #fff;
}
#fullpage .page1 .swiper-container .swiper-pagination {
  bottom: 0.5rem;
}
#fullpage .page1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.15rem;
  opacity: 1;
}
#fullpage .page1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
#fullpage .page2 {
  background: url(../images/index-box2-bg.png) center center no-repeat;
  background-size: cover;
}
#fullpage .page2 .index-box2 {
  overflow: hidden;
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 {
    padding: 1.4rem 0;
  }
}
#fullpage .page2 .index-box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
#fullpage .page2 .index-box2 .container .img {
  width: 50%;
  display: flex;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #fullpage .page2 .index-box2 .container .img {
    width: 100%;
  }
}
#fullpage .page2 .index-box2 .container .tbox {
  width: 43.75%;
}
@media (max-width: 767px) {
  #fullpage .page2 .index-box2 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
#fullpage .page2 .index-box2 .container .tbox .title {
  color: #093f6a;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.72rem;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .tbox .title {
    opacity: 1;
  }
}
#fullpage .page2 .index-box2 .container .tbox .title span {
  color: #00a9eb;
}
#fullpage .page2 .index-box2 .container .tbox .txt {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 0.23rem;
  opacity: 0;
}
@media (max-width: 1580px) {
  #fullpage .page2 .index-box2 .container .tbox .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .tbox .txt {
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
  }
}
#fullpage .page2 .index-box2 .container .tbox .pub-btn {
  min-width: 1.8rem;
  height: 0.56rem;
  background: #00aaeb;
  border-radius: 0.1rem;
  color: #fff;
  border: none;
  margin-top: 0.54rem;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .tbox .pub-btn {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #fullpage .page2 .index-box2 .container .tbox .pub-btn {
    height: 0.8rem;
  }
}
#fullpage .page2 .index-box2 .container .tbox .pub-btn svg {
  margin-left: 0.4rem;
}
#fullpage .page2 .index-box2 .container .tbox ul {
  width: 100%;
  display: flex;
  margin-top: 1.12rem;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .tbox ul {
    opacity: 1;
  }
}
#fullpage .page2 .index-box2 .container .tbox ul li {
  width: 33.33%;
  position: relative;
}
#fullpage .page2 .index-box2 .container .tbox ul li::before {
  content: '';
  width: 1px;
  height: 0.7rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage .page2 .index-box2 .container .tbox ul li .t1 {
  color: #00a9eb;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#fullpage .page2 .index-box2 .container .tbox ul li .t1 span {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.05rem;
}
#fullpage .page2 .index-box2 .container .tbox ul li .t2 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  text-align: center;
  margin-top: 0.06rem;
}
@media (max-width: 1580px) {
  #fullpage .page2 .index-box2 .container .tbox ul li .t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  #fullpage .page2 .index-box2 .container .tbox ul li .t2 {
    font-size: 14px;
  }
}
#fullpage .page2 .index-box2 .container .tbox ul li:nth-child(1) .t1 {
  justify-content: flex-start;
}
#fullpage .page2 .index-box2 .container .tbox ul li:nth-child(1) .t2 {
  text-align: left;
}
#fullpage .page2 .index-box2 .container .tbox ul li:last-child::before {
  display: none;
}
#fullpage .page3 {
  background: url(../images/index-box3-bg.jpg) top center no-repeat;
  background-size: cover;
}
#fullpage .page3 .index-box3 {
  width: 100%;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 {
    padding: 1.4rem 0;
  }
}
#fullpage .page3 .index-box3 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 8.333%;
}
@media (max-width: 1580px) {
  #fullpage .page3 .index-box3 .box {
    padding: 0 0 0 8%;
  }
}
@media (max-width: 1260px) {
  #fullpage .page3 .index-box3 .box {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box {
    padding: 0 5%;
  }
}
#fullpage .page3 .index-box3 .box .tbox {
  width: 34.09%;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .tbox {
    opacity: 1;
    width: 100%;
  }
}
#fullpage .page3 .index-box3 .box .tbox .title {
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.6rem;
  font-weight: bold;
}
#fullpage .page3 .index-box3 .box .tbox .txt {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  #fullpage .page3 .index-box3 .box .tbox .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .tbox .txt {
    font-size: 14px;
  }
}
#fullpage .page3 .index-box3 .box .tbox .ckbox {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .tbox .ckbox {
    display: none;
  }
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .prev {
  cursor: pointer;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .prev svg {
  transform: rotateZ(180deg);
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .num {
  line-height: 24px;
  color: #fff;
  margin: 0 0.2rem;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .line {
  width: 1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .line span {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .line span::before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 4s linear;
  display: block;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .line span.on {
  opacity: 1;
  z-index: 2;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .line span.on::before {
  width: 100%;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .allnum {
  line-height: 24px;
  color: #fff;
  margin: 0 0.2rem;
}
#fullpage .page3 .index-box3 .box .tbox .ckbox .next {
  cursor: pointer;
}
#fullpage .page3 .index-box3 .box .list {
  width: 61.36%;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .list {
    opacity: 1;
    width: 100%;
    margin-top: 0.5rem;
  }
}
#fullpage .page3 .index-box3 .box .list .swiper-container {
  padding-right: 19.44%;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .list .swiper-container {
    padding-right: 0;
  }
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 113.23529412%;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  padding: 0.2rem 0.3rem;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  #fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .tbox {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .tbox {
    font-size: 14px;
  }
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .tbox .t1 {
  color: #fff;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .tbox .t2 {
  color: #999;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .icon {
  width: 1rem;
  height: 1rem;
  background: #00aaeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide a .icon img {
  width: 0.4rem;
  height: 0.4rem;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide:hover a .public-img img {
  transform: scale(1.1);
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide:hover a .icon {
  opacity: 1;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide-active::before,
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-slide-next::before {
  display: none;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
}
@media (max-width: 991px) {
  #fullpage .page3 .index-box3 .box .list .swiper-container .swiper-pagination {
    display: block;
  }
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
#fullpage .page3 .index-box3 .box .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#fullpage .page4 {
  background: #f5f5f5;
}
#fullpage .page4 .index-box4 {
  width: 100%;
  height: 100vh;
  padding-top: 2.4rem;
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 {
    height: auto;
    padding: 1.4rem 0;
  }
}
#fullpage .page4 .index-box4 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 .container .top {
    opacity: 1;
  }
}
#fullpage .page4 .index-box4 .container .top .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #093f6a;
  font-weight: bold;
}
#fullpage .page4 .index-box4 .container .top .pub-btn {
  min-width: 1.8rem;
  height: 0.56rem;
  background: #fff;
  border-radius: 0.1rem;
  color: #00aaeb;
  border: none;
}
@media (max-width: 767px) {
  #fullpage .page4 .index-box4 .container .top .pub-btn {
    height: 0.8rem;
  }
}
#fullpage .page4 .index-box4 .container .top .pub-btn svg {
  margin-left: 0.4rem;
}
#fullpage .page4 .index-box4 .container .top .pub-btn svg path {
  fill: #00aaeb;
}
#fullpage .page4 .index-box4 .container .list {
  width: 100%;
  margin-top: 0.52rem;
  opacity: 0;
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 .container .list {
    opacity: 1;
  }
}
#fullpage .page4 .index-box4 .container .list ul {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #fullpage .page4 .index-box4 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
#fullpage .page4 .index-box4 .container .list ul li {
  width: calc(25% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 .container .list ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  #fullpage .page4 .index-box4 .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  #fullpage .page4 .index-box4 .container .list ul li:last-child {
    margin: 0;
  }
}
/*#fullpage .page4 .index-box4 .container .list ul li:nth-child(2n) a .public-img::before {*/
/*  padding-top: 82.87292818%;*/
/*}*/
#fullpage .page4 .index-box4 .container .list ul li a {
  display: block;
}
#fullpage .page4 .index-box4 .container .list ul li a .public-img::before {
  padding-top: 66.29834254%;
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 .container .list ul li a .public-img::before {
    padding-top: 82.87292818%;
  }
}
#fullpage .page4 .index-box4 .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.35rem;
}
#fullpage .page4 .index-box4 .container .list ul li a .tbox .t1 {
  font-size: 20px;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
  color: #333;
  transition: all ease-out 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #fullpage .page4 .index-box4 .container .list ul li a .tbox .t1 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #fullpage .page4 .index-box4 .container .list ul li a .tbox .t1 {
    font-size: 16px;
  }
}
#fullpage .page4 .index-box4 .container .list ul li a .tbox .time {
  font-weight: bold;
  line-height: 24px;
  color: #333;
  margin-top: 0.27rem;
}
#fullpage .page4 .index-box4 .container .list ul li a .tbox .txt {
  color: #999;
  height: 48px;
  line-height: 24px;
  margin-top: 0.07rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#fullpage .page4 .index-box4 .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
#fullpage .page4 .index-box4 .container .list ul li:hover a .tbox .t1 {
  color: #00a9eb;
  text-decoration: underline;
}
.header-height {
  width: 100%;
  height: 1rem;
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 6rem;
  position: relative;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info-banner .img img.pc {
    display: none;
  }
}
.info-banner .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img img.mb {
    display: block;
  }
}
.info-banner .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.info-banner .container {
  position: absolute;
  top: 35.83%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.info-banner .container .title {
  font-size: 0.72rem;
  line-height: 0.72rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.info-banner.about-banner .container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.info-banner.about-banner .container .t1 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .info-banner.about-banner .container .t1 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .info-banner.about-banner .container .t1 {
    font-size: 14px;
  }
}
.info-banner.about-banner .container .title {
  font-size: 0.48rem;
  line-height: 0.68rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.Breadcrumb {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.Breadcrumb .container {
  line-height: 2.25;
  padding: 0.22rem 0;
  font-weight: bold;
  color: #999;
}
.Breadcrumb .container a {
  color: #999;
  transition: all ease-out 0.3s;
  margin: 0 0.1rem;
}
.Breadcrumb .container a:hover {
  color: #000;
}
.Breadcrumb .container i svg path {
  fill: rgba(9, 9, 9, 0.6);
}
.Breadcrumb .container span {
  color: #333;
  margin: 0 0.1rem;
}
.info-page {
  width: 100%;
}
.info-page .menu {
  width: 100%;
  padding: 0.5rem 0 0.57rem;
}
.info-page .menu .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.info-page .menu .container ul {
  display: flex;
}
.info-page .menu .container ul li {
  border-bottom: 3px solid transparent;
  transition: all ease-out 0.3s;
  margin-right: 0.82rem;
}
@media (max-width: 767px) {
  .info-page .menu .container ul li {
    margin-right: 0.4rem;
  }
}
.info-page .menu .container ul li a {
  color: #999;
  font-size: 24px;
  line-height: 1.83;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .info-page .menu .container ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .info-page .menu .container ul li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .info-page .menu .container ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .info-page .menu .container ul li a {
    font-size: 16px;
  }
}
.info-page .menu .container ul li:hover,
.info-page .menu .container ul li.on {
  border-bottom: 3px solid #00a9eb;
}
.info-page .menu .container ul li:hover a,
.info-page .menu .container ul li.on a {
  color: #00a9eb;
}
.info-page .menu .container .subscribe {
  width: 31.25%;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
}
@media (max-width: 767px) {
  .info-page .menu .container .subscribe {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.info-page .menu .container .subscribe .t1 {
  width: calc(100% - 0.9rem);
  height: 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .info-page .menu .container .subscribe .t1 {
    height: 0.8rem;
  }
}
.info-page .menu .container .subscribe .t1::placeholder {
  color: #ccc;
}
.info-page .menu .container .subscribe .btn {
  width: 0.9rem;
  height: 0.4rem;
  border-radius: 5px;
  background: #00a9eb;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .info-page .menu .container .subscribe .btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .info-page .menu .container .subscribe .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .info-page .menu .container .subscribe .btn {
    width: 1.2rem;
    height: 0.8rem;
  }
}
.footer {
  width: 100%;
  background: #093f6a;
  padding: 0.83rem 0 0;
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .top {
    display: none;
  }
}
.footer .container .top .f-menu {
  width: 60%;
}
.footer .container .top .f-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .top .f-menu ul li {
  margin-right: 0.94rem;
}
@media (max-width: 1900px) {
  .footer .container .top .f-menu ul li {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1260px) {
  .footer .container .top .f-menu ul li {
    margin-right: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .footer .container .top .f-menu ul li {
    margin-right: 0.5rem;
  }
}
.footer .container .top .f-menu ul li:last-child {
  margin-right: 0;
}
.footer .container .top .f-menu ul li .link {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  display: flex;
}
@media (max-width: 1580px) {
  .footer .container .top .f-menu ul li .link {
    font-size: 18px;
  }
}
.footer .container .top .f-menu ul li .a-box {
  margin-top: 0.16rem;
}
.footer .container .top .f-menu ul li .a-box .a-link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.225;
  transition: all ease-out 0.3s;
  display: block;
}
.footer .container .top .f-menu ul li .a-box .a-link:hover {
  color: #fff;
}
.footer .container .top .f-contact {
  width: 26%;
}
.footer .container .top .f-contact .t1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .footer .container .top .f-contact .t1 {
    font-size: 18px;
  }
}
.footer .container .top .f-contact .t2 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.25;
  margin-top: 0.16rem;
}
.footer .container .top .f-contact .share {
  display: flex;
  margin-top: 0.2rem;
}
.footer .container .top .f-contact .share a {
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}
.footer .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .footer .container .content {
    margin-top: 0;
  }
}
.footer .container .content .left {
  display: flex;
  align-items: center;
}
.footer .container .content .left .logo {
  width: 1.95rem;
}
@media (max-width: 767px) {
  .footer .container .content .left .logo {
    width: 3.2rem;
  }
}
.footer .container .content .left .logo a {
  display: flex;
}
.footer .container .content .left .txt {
  line-height: 20px;
  color: #fff;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .footer .container .content .left .txt {
    line-height: 18px;
  }
}
.footer .container .content .left .txt::before {
  content: '';
  width: 1px;
  height: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .container .content .right {
  display: flex;
}
@media (max-width: 767px) {
  .footer .container .content .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.footer .container .content .right a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  margin-right: 0.48rem;
  transition: all ease-out 0.3s;
}
.footer .container .content .right a:last-child {
  margin-right: 0;
}
.footer .container .content .right a:hover {
  color: #fff;
}
.footer .container .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.33rem 0;
  margin-top: 0.36rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .container .down .copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer .container .down .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer .container .down .copyright .a_link {
  margin-left: 0.3rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .container .down .copyright .a_link {
    margin-left: 0;
  }
}
.footer .container .down .grown {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer .container .down .grown {
    width: 100%;
    text-align: center;
  }
}
.contacts {
  width: 100%;
}
.contacts .contact-box1 {
  width: 100%;
  background: #fafafa;
  padding: 1.13rem 0 1.23rem;
}
.contacts .contact-box1 .container .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.contacts .contact-box1 .container .list {
  width: 100%;
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.contacts .contact-box1 .container .list .item {
  width: 33.33%;
  position: relative;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .contacts .contact-box1 .container .list .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contacts .contact-box1 .container .list .item:last-child {
    margin-bottom: 0;
  }
}
.contacts .contact-box1 .container .list .item::before {
  content: '';
  width: 1px;
  height: 1.6rem;
  background: #e1e1e1;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
@media (max-width: 767px) {
  .contacts .contact-box1 .container .list .item::before {
    display: none;
  }
}
.contacts .contact-box1 .container .list .item:nth-child(3n)::before {
  display: none;
}
.contacts .contact-box1 .container .list .item .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00a9eb;
  margin: auto;
}
.contacts .contact-box1 .container .list .item .icon::before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 169, 235, 0.1);
}
.contacts .contact-box1 .container .list .item .icon img {
  width: 0.36rem;
}
.contacts .contact-box1 .container .list .item .txt {
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media (max-width: 1580px) {
  .contacts .contact-box1 .container .list .item .txt {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .contacts .contact-box1 .container .list .item .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .contacts .contact-box1 .container .list .item .txt {
    font-size: 16px;
  }
}
.contacts .contact-box1 .container .list .item .link {
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
.contacts .contact-box1 .container .list .item .link a {
  color: #999;
  font-size: 18px;
  text-decoration: underline;
  transition: all ease-out 0.3s;
}
.contacts .contact-box1 .container .list .item .link a:hover {
  color: #00a9eb;
}
.contacts .contact-box2 {
  width: 100%;
  background: url(../images/cbox2-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 0.86rem 0 0.8rem;
}
.contacts .contact-box2 .container2 .top .title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.contacts .contact-box2 .container2 .top .tips {
  font-size: 18px;
  line-height: 26px;
  color: #666;
  text-align: center;
  margin-top: 6px;
  display: none;
}
@media (max-width: 1580px) {
  .contacts .contact-box2 .container2 .top .tips {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contacts .contact-box2 .container2 .top .tips {
    font-size: 14px;
  }
}
.contacts .contact-box2 .container2 .tbox {
  margin-top: 0.45rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  padding: 0.56rem 0.72rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts .contact-box2 .container2 .tbox {
    padding: 0.56rem 0.3rem;
  }
}
.contacts .contact-box2 .container2 .tbox .item {
  width: 49.2%;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .contacts .contact-box2 .container2 .tbox .item {
    width: 100%;
  }
}
.contacts .contact-box2 .container2 .tbox .item .t1 {
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #222;
}
.contacts .contact-box2 .container2 .tbox .item .t1 span {
  color: #00aaeb;
  display: flex;
}
.contacts .contact-box2 .container2 .tbox .item .t2 {
  width: 100%;
  height: 0.56rem;
  border: 1px solid #ddd;
  margin-top: 0.1rem;
  border-radius: 5px;
  padding-left: 0.2rem;
  color: #222;
}
@media (max-width: 767px) {
  .contacts .contact-box2 .container2 .tbox .item .t2 {
    height: 0.8rem;
  }
}
.contacts .contact-box2 .container2 .tbox .item .t2::placeholder {
  color: #999;
}
.contacts .contact-box2 .container2 .tbox .item .t3 {
  width: 100%;
  height: 3.1rem;
  border: 1px solid #ddd;
  margin-top: 0.1rem;
  border-radius: 5px;
  padding-left: 0.2rem;
  padding-top: 0.1rem;
  color: #222;
}
.contacts .contact-box2 .container2 .tbox .item .t3::placeholder {
  color: #999;
}
.contacts .contact-box2 .container2 .tbox .item.item2 {
  width: 100%;
  margin-bottom: 0.2rem;
}
.contacts .contact-box2 .container2 .tbox .tips {
  width: 100%;
  font-size: 18px;
  color: #999;
}
@media (max-width: 1580px) {
  .contacts .contact-box2 .container2 .tbox .tips {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contacts .contact-box2 .container2 .tbox .tips {
    font-size: 14px;
  }
}
.contacts .contact-box2 .container2 .tbox .tips a {
  color: #00aaeb;
  text-decoration: underline;
}
.contacts .contact-box2 .container2 .tbox .cks {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.43rem;
}
.contacts .contact-box2 .container2 .tbox .cks .btn {
  width: 1.8rem;
  height: 0.56rem;
  background: #00aaeb url(../images/arrow-r2.svg) 80% center no-repeat;
  border-radius: 0.1rem;
  color: #fff;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .contacts .contact-box2 .container2 .tbox .cks .btn {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.news-list {
  width: 100%;
  background: #fafafa;
  padding: 0.6rem 0 1rem;
}
.news-list .container .list {
  width: 100%;
}
.news-list .container .list ul {
  width: calc(100% + 0.9rem);
  margin: 0 -0.45rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-list .container .list ul {
    width: calc(100% + 0.5rem);
    margin: 0 -0.25rem;
  }
}
@media (max-width: 767px) {
  .news-list .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.news-list .container .list ul li {
  width: calc(33.33% - 0.9rem);
  margin: 0 0.45rem 0.9rem;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-list .container .list ul li {
    width: calc(50% - 0.5rem);
    margin: 0 0.25rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .news-list .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.news-list .container .list ul li a .public-img::before {
  padding-top: 63.42494715%;
}
.news-list .container .list ul li a .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.news-list .container .list ul li a .tbox {
  width: 100%;
  padding: 0.33rem 0.4rem;
}
.news-list .container .list ul li a .tbox .t1 {
  font-size: 24px;
  line-height: 1.33;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .news-list .container .list ul li a .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .news-list .container .list ul li a .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-list .container .list ul li a .tbox .t1 {
    font-size: 18px;
  }
}
.news-list .container .list ul li a .tbox .t2 {
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.23rem;
}
@media (max-width: 767px) {
  .news-list .container .list ul li a .tbox .t2 {
    line-height: 24px;
  }
}
.news-list .container .list ul li a .tbox .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.47rem;
}
.news-list .container .list ul li a .tbox .ts .time {
  color: #999;
  font-weight: bold;
  line-height: 26px;
}
.news-list .container .list ul li a .tbox .ts .icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #00a9eb;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.news-list .container .list ul li a .tbox .ts .icon svg {
  width: 0.2rem;
}
.news-list .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.news-list .container .list ul li:hover a .tbox .t1 {
  color: #00a9eb;
  text-decoration: underline;
}
.news-list .container .list ul li:hover a .tbox .ts .icon {
  opacity: 1;
}
.news-list .container .page-list {
  margin-top: 0.1rem;
}
.about {
  width: 100%;
}
.about .box1 {
  width: 100%;
  padding: 0.9rem 0 1rem;
}
.about .box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.about .box1 .container .public-img {
  width: 47.375%;
  border-radius: 0.2rem;
  margin-top: 0.58rem;
}
@media (max-width: 991px) {
  .about .box1 .container .public-img {
    width: 100%;
    margin-top: 0;
  }
}
.about .box1 .container .public-img::before {
  padding-top: 56.53896962%;
}
.about .box1 .container .tbox {
  width: 45.625%;
}
@media (max-width: 991px) {
  .about .box1 .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about .box1 .container .tbox .title {
  font-size: 0.56rem;
  line-height: 0.72rem;
  color: #333;
  font-weight: bold;
}
.about .box1 .container .tbox .title span {
  color: #00a9eb;
}
.about .box1 .container .tbox .txt {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .about .box1 .container .tbox .txt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box1 .container .tbox .txt {
    font-size: 14px;
  }
}
.about .box1 .container .tbox .list {
  width: 100%;
  margin-top: 0.92rem;
}
.about .box1 .container .tbox .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .box1 .container .tbox .list ul li .t1 {
  color: #00a9eb;
  display: flex;
  align-items: stretch;
}
.about .box1 .container .tbox .list ul li .t1 > span {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.05rem;
}
.about .box1 .container .tbox .list ul li .t2 {
  color: rgba(51, 51, 51, 0.6);
  line-height: 2;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .about .box1 .container .tbox .list ul li .t2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about .box1 .container .tbox .list ul li .t2 {
    font-size: 14px;
  }
}
.about .box2 {
  width: 100%;
  padding: 1.5rem 0 1rem;
  background: url(../images/about-box2-bg.png) right bottom no-repeat;
}
.about .box2 .container .title {
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: #000;
  font-weight: bold;
}
.about .box2 .container .title span {
  color: #00a9eb;
}
.about .box2 .container .list {
  width: 100%;
  margin-top: 1.55rem;
}
@media (max-width: 767px) {
  .about .box2 .container .list {
    margin-top: 0.5rem;
  }
}
.about .box2 .container .list .swiper-container {
  position: relative;
}
.about .box2 .container .list .swiper-container .swiper-slide .year {
  font-size: 1.88rem;
  line-height: 1;
  text-align: center;
  color: #cccccc;
  transition: all ease-out 0.3s;
  font-family: 'AvantGarde';
}
@media (max-width: 1580px) {
  .about .box2 .container .list .swiper-container .swiper-slide .year {
    font-size: 1.5rem;
  }
}
.about .box2 .container .list .swiper-container .swiper-slide .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
  margin-top: 0.5rem;
}
.about .box2 .container .list .swiper-container .swiper-slide .line::before {
  content: '';
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #999;
  transition: all ease-out 0.3s;
}
.about .box2 .container .list .swiper-container .swiper-slide .line::after {
  content: '';
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(153, 153, 153, 0.2);
  transition: all ease-out 0.3s;
}
.about .box2 .container .list .swiper-container .swiper-slide .txt {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.42rem;
  opacity: 0;
  transition: all ease-out 0.3s;
}
@media (max-width: 1580px) {
  .about .box2 .container .list .swiper-container .swiper-slide .txt {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .about .box2 .container .list .swiper-container .swiper-slide .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about .box2 .container .list .swiper-container .swiper-slide .txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .box2 .container .list .swiper-container .swiper-slide .txt {
    font-size: 16px;
  }
}
.about .box2 .container .list .swiper-container .swiper-slide-active .year {
  color: #00a9eb;
}
.about .box2 .container .list .swiper-container .swiper-slide-active .line::before {
  background: #00a9eb;
}
.about .box2 .container .list .swiper-container .swiper-slide-active .line::after {
  background: rgba(0, 169, 235, 0.2);
}
.about .box2 .container .list .swiper-container .swiper-slide-active .txt {
  opacity: 1;
}
.about .box2 .container .list .swiper-container .swiper-prev,
.about .box2 .container .list .swiper-container .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: #fff;
  transition: all ease-out 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 2.13rem;
}
@media (max-width: 1580px) {
  .about .box2 .container .list .swiper-container .swiper-prev,
  .about .box2 .container .list .swiper-container .swiper-next {
    top: 1.75rem;
  }
}
.about .box2 .container .list .swiper-container .swiper-prev svg path,
.about .box2 .container .list .swiper-container .swiper-next svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
.about .box2 .container .list .swiper-container .swiper-prev:hover,
.about .box2 .container .list .swiper-container .swiper-next:hover {
  border: 1px solid #00a9eb;
  background: #00a9eb;
}
.about .box2 .container .list .swiper-container .swiper-prev:hover svg path,
.about .box2 .container .list .swiper-container .swiper-next:hover svg path {
  fill: #fff;
}
.about .box2 .container .list .swiper-container .swiper-prev {
  right: initial;
  left: 0;
}
.about .box2 .container .list .swiper-container .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about .box3 {
  width: 100%;
  padding: 1.38rem 0 1.6rem;
}
.about .box3 .container {
  position: relative;
}
.about .box3 .container .img {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about .box3 .container .img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about .box3 .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-out 3s;
}
.about .box3 .container .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.about .box3 .container .img.on img {
  transform: scale(1.1);
}
.about .box3 .container .tbox {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .about .box3 .container .tbox {
    position: relative;
    top: initial;
    transform: translateY(0);
    padding: 1rem 0.3rem;
  }
}
.about .box3 .container .tbox .t1 {
  font-size: 0.48rem;
  line-height: 0.58rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.about .box3 .container .tbox .t2 {
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-top: 0.14rem;
}
