@charset "UTF-8";
/* ------------------------------ author:Liutq ------------------------------ */
/*定义整个滚动条高宽及背景：高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道：内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

/*定义滑块：内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3389ca;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
#loading img {
  position: relative;
  width: 0.5rem;
  height: 0.59rem;
  -webkit-animation: circle_classic 2s ease-in-out infinite alternate;
          animation: circle_classic 2s ease-in-out infinite alternate;
}

/* ----------------------------------- 主题色 ---------------------------------- */
body {
  background-color: #ffffff;
}

.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.elli5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.nt-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fx-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-cl-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.transition-none * {
  -webkit-transition: none !important;
  transition: none !important;
}

[screen=false] {
  overflow: auto !important;
  height: auto !important;
}

[screen=full] {
  overflow: hidden !important;
}

@media screen and (max-width: 1080px) {
  [wap=hide] {
    display: none !important;
  }
}
@media screen and (min-width: 1081px) {
  [pc=hide] {
    display: none !important;
  }
}
.warp {
  background: #f5f7f9;
}

.arrow {
  width: 0.48rem;
  height: 0.48rem;
  color: #fff;
  font-size: 0.48rem;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  z-index: 1;
  -webkit-animation: downUp 2s infinite;
          animation: downUp 2s infinite;
}
.arrow i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/sitefiles/library/images/2023/9/2595bb462046f651.png");
  background-size: cover;
}

header {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1.85rem;
  padding: 0 0.6rem;
  background-color: rgba(255, 255, 255, 0);
}
header .nt-img {
  display: block;
  width: 1.7rem;
}
header nav {
  height: 100%;
}
header nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0.25rem;
}
header nav ul li:last-child {
  padding: 0 0 0 0.25rem;
}
header nav ul li a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0.6rem;
  color: #3389ca;
  border: solid 1px #ffffff;
  padding: 0.1rem 0.3rem;
  font-size: 0.22rem;
  font-weight: bold;
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgb(255, 255, 255);
  letter-spacing: 0.01rem;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3389ca;
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  opacity: 0;
}
header nav ul li a:hover {
  color: #ffffff;
  border: solid 1px #3389ca;
}
header nav ul li a:hover::after {
  width: 200px;
  height: 200px;
  -webkit-transition: all cubic-bezier(0.71, 0.28, 0.55, 0.79) 0.3s;
  transition: all cubic-bezier(0.71, 0.28, 0.55, 0.79) 0.3s;
  opacity: 1;
}
header nav ul li .inside {
  color: #3389ca;
  border: solid 1px #3389ca;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgb(255, 255, 255);
}
header nav ul li .active {
  color: #ffffff;
  border: solid 1px #3389ca;
  background: #3389ca;
}
header nav ul li .active::after {
  content: "";
  width: 100%;
}

.column-header {
  height: 1.2rem;
}
.column-header nav ul li a {
  font-size: 0.2rem;
}

.notTopNav {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 0.8rem;
}
.notTopNav nav ul li a {
  color: #3389ca;
  background: #ffffff;
  padding: 0.08rem 0.25rem;
  font-size: 0.18rem;
}
.notTopNav nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3389ca;
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  opacity: 0;
}
.notTopNav nav ul li a:hover {
  color: #ffffff;
}
.notTopNav nav ul li a:hover::after {
  width: 200px;
  height: 200px;
  -webkit-transition: all cubic-bezier(0.71, 0.28, 0.55, 0.79) 0.3s;
  transition: all cubic-bezier(0.71, 0.28, 0.55, 0.79) 0.3s;
  opacity: 1;
}
.notTopNav nav ul li .inside {
  color: #3389ca;
  border: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgb(255, 255, 255);
}
.notTopNav nav ul li .active {
  color: #ffffff;
  border: solid 1px #3389ca;
  background: #3389ca;
}
.notTopNav nav ul li .active::after {
  content: "";
  width: 100%;
}

main {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f7f9), to(#ffffff));
  background: linear-gradient(180deg, #f5f7f9, #ffffff);
  /* 首页 */
  /* 内页 */
}
main section {
  position: relative;
  margin: 0 2.8rem;
  overflow: hidden;
}
main section:nth-child(1) {
  margin: 0;
}
main .area1-box {
  position: relative;
  height: 100vh;
}
main .area1-box .nt-img {
  width: 100%;
}
main .area1-box .title {
  width: 60%;
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333333;
  font-size: 0.56rem;
  font-family: FZLTHK;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02rem;
}
main .area1-box .title p:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-bottom: 0.1rem;
}
main .area1-box .title p:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .area1-box .swiper {
  position: relative;
  height: 100%;
  width: 100%;
}
main .area1-box .swiper .swiper-pagination {
  bottom: 0.2rem;
}
main .area1-box .swiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  border: #fff solid 2px;
  background-color: rgba(202, 202, 202, 0);
}
main .area1-box .swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
main .area2-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .area2-box ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin: 0.8rem 0;
  padding: 0.25rem 0;
  border-right: solid 1px #cecece;
}
main .area2-box ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .area2-box ul li:last-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  border-right: none;
}
main .area2-box ul li .name {
  font-size: 0.27rem;
  margin-bottom: 0.55rem;
  font-family: FZLTHJW;
  font-weight: bold;
}
main .area2-box ul li .num {
  font-size: 0.27rem;
  font-weight: bold;
}
main .area2-box ul li .num span {
  font-size: 0.58rem;
  font-weight: 600;
  font-family: FZLTTHJW;
  margin-right: 0.05rem;
}
main .area3-box,
main .area4-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
main .area3-box .title,
main .area4-box .title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
main .area3-box .title p,
main .area4-box .title p {
  font-size: 0.4rem;
  font-family: FZLTHJW;
  font-weight: bold;
  color: #333333;
}
main .area3-box .content,
main .area4-box .content {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .area3-box .content li,
main .area4-box .content li {
  width: 19%;
}
main .area3-box .content li:nth-child(2),
main .area4-box .content li:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
main .area3-box .content li:nth-child(3),
main .area4-box .content li:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .area3-box .content li:nth-child(4),
main .area4-box .content li:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
main .area3-box .content li:nth-child(5),
main .area4-box .content li:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
main .area3-box .content li:hover .cover .nt-img img,
main .area4-box .content li:hover .cover .nt-img img {
  scale: 1.1;
}
main .area3-box .content li:hover .cover .button,
main .area4-box .content li:hover .cover .button {
  background-color: rgba(247, 247, 247, 0.95);
  color: #3389ca;
}
main .area3-box .content li:hover .text,
main .area4-box .content li:hover .text {
  color: #3389ca;
}
main .area3-box .content li .cover,
main .area4-box .content li .cover {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ececec;
  width: 100%;
  height: 4rem;
}
main .area3-box .content li .cover .nt-img,
main .area4-box .content li .cover .nt-img {
  height: 1.2rem;
  width: auto;
  margin-bottom: 0.6rem;
}
main .area3-box .content li .cover .nt-img img,
main .area4-box .content li .cover .nt-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .area3-box .content li .cover .button,
main .area4-box .content li .cover .button {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.15rem 0.25rem;
  background-color: rgba(247, 247, 247, 0.6);
  font-size: 0.22rem;
  font-family: FZLTHJW;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-radius: 0.4rem;
}
main .area3-box .content li .text,
main .area4-box .content li .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8rem;
  padding: 0.34rem 0;
  font-size: 0.18rem;
  font-family: FZLTHJW;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 2;
}
main .area3-box .content li:hover .cover {
  background: #8db8d9;
}
main .area3-box .content li:hover .cover .nt-img img {
  scale: 1.2;
}
main .area4-box {
  margin-bottom: 1.5rem;
}
main .area4-box .content li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 19%;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
main .area4-box .content li:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
main .area4-box .content li:hover .cover {
  background: #3389ca;
}
main .area4-box .content li:hover .cover .nt-img img {
  scale: 1;
}
main .area4-box .content li:hover .text {
  opacity: 1;
  color: #ffffff;
}
main .area4-box .content li .cover .nt-img {
  height: 100%;
  width: 100%;
  margin: 0;
}
main .area4-box .content li .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.22rem;
  font-weight: 500;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(22, 95, 185, 0.5);
}
main .area4-box .content li .text p {
  background: #ffffff;
  border-radius: 0.2rem;
  font-size: 0.22rem;
  color: #3389ca;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  line-height: 2;
}
main .area5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.4rem;
}
main .area5-box .title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
main .area5-box .title p {
  font-size: 0.4rem;
  font-family: FZLTHJW;
  font-weight: bold;
  color: #333333;
}
main .area5-box .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .area5-box .swiper-scrollbar {
  z-index: 1;
  left: 0;
  width: 100%;
}
main .area5-box .swiper-scrollbar-drag {
  background: #3389ca;
}
main .area5-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.2rem;
}
main .area5-box .swiper-slide:hover .cover img {
  scale: 1.1;
}
main .area5-box .swiper-slide:hover .cover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0079d6));
  background: linear-gradient(180deg, transparent, #0079d6);
}
main .area5-box .swiper-slide:hover .text {
  color: #3389ca;
}
main .area5-box .swiper-slide:hover .button {
  background: #3389ca;
  color: #ffffff;
}
main .area5-box .swiper-slide .cover {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: linear-gradient(90deg, #ffffff, transparent);
}
main .area5-box .swiper-slide .cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, transparent, rgb(255, 255, 255));
  opacity: 0.4;
  z-index: 1;
  width: 100%;
  height: 40%;
}
main .area5-box .swiper-slide .cover .nt-img {
  width: 100%;
  height: 3rem;
}
main .area5-box .swiper-slide .cover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .area5-box .swiper-slide .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0.32rem 0 0.32rem 0;
  width: 100%;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
}
main .area5-box .swiper-slide .text .text-title {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}
main .area5-box .swiper-slide .text .intro {
  font-size: 0.2rem;
  font-weight: bold;
}
main .area5-box .swiper-slide .button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 0.55rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  background: #ffffff;
  border: 1px solid #3389ca;
  padding: 0 0.25rem;
  color: #3389ca;
}
main .area5-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .area6-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.4rem;
}
main .area6-box .swiper-scrollbar {
  z-index: 1;
  left: 0;
  width: 100%;
}
main .area6-box .swiper-scrollbar-drag {
  background: #3389ca;
}
main .area6-box .title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
main .area6-box .title p {
  font-size: 0.4rem;
  font-family: FZLTHJW;
  font-weight: bold;
  color: #333333;
}
main .area6-box .logoSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .area6-box .logoSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0 0 0.4rem 0;
  padding: 0 0.4rem;
}
main .area6-box .logoSwiper .swiper-slide:nth-child(6n) {
  margin-right: 0;
}
main .area6-box .logoSwiper .swiper-slide .nt-img {
  width: 100%;
}
main .inside-top-box {
  position: relative;
}
main .inside-top-box .nt-img {
  width: 100%;
  height: 7.5rem;
}
main .inside-top-box .news {
  height: 4rem;
}
main .inside-top-box .title {
  width: 70%;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.36rem;
  font-family: FZLTHK;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
main .inside-top-box .title p:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
}
main .inside-top-box .title p:nth-child(2) {
  margin-top: 0.4rem;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .inside-top-box .dark-title {
  color: #070d0d;
}
main .inside-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  min-height: 4.5rem;
}
main .inside-content-box img {
  max-width: 100%;
}
main .inside-content-box .title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
main .inside-content-box .title p {
  font-size: 0.36rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
}
main .inside-content-box .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
main .inside-content-box .content p {
  line-height: 1.8;
}
main .inside-content-box .content li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f7f9;
}
main .inside-content-box .content li:hover .box1 .nt-img img {
  scale: 1.1;
}
main .inside-content-box .content li:hover .box2 {
  background-color: rgba(51, 136, 202, 0.1450980392);
  color: #3389ca;
}
main .inside-content-box .content li:hover .box2 .title {
  color: #3389ca;
}
main .inside-content-box .content li:hover .box2 .text {
  color: #3389ca;
}
main .inside-content-box .content li:hover .box2 .nt-img .arrow {
  display: none;
}
main .inside-content-box .content li:hover .box2 .nt-img .arrow2 {
  display: block;
}
main .inside-content-box .content li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main .inside-content-box .content li .box1 {
  position: relative;
  width: 50%;
}
main .inside-content-box .content li .box1 .nt-img {
  overflow: hidden;
  width: 100%;
  height: 5.5rem;
}
main .inside-content-box .content li .box1 .nt-img img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
main .inside-content-box .content li .box1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, transparent, rgb(255, 255, 255));
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 40%;
}
main .inside-content-box .content li .box2 {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  width: 50%;
  font-size: 0.22rem;
  color: #666666;
  line-height: 2;
}
main .inside-content-box .content li .box2 .title {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: none;
  font-size: 0.34rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.4rem;
  line-height: 1;
}
main .inside-content-box .content li .box2 .intro {
  font-size: 0.22rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #3389ca;
  margin-bottom: 0.3rem;
  letter-spacing: 0.01rem;
  line-height: 2;
}
main .inside-content-box .content li .box2 .text {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 0.22rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #666666;
  line-height: 2;
}
main .inside-content-box .content li .box2 .text span {
  font-size: 0.22rem !important;
}
main .inside-content-box .content li .box2 .nt-img {
  width: 0.26rem;
}
main .inside-content-box .content li .box2 .nt-img .arrow2 {
  display: none;
}
main .inside-content-box .content li .box2 img {
  width: 0.26rem;
}
main .news-content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 4.05rem;
}
main .news-content-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #f3f3f3 solid 1px;
  width: 100%;
  margin: 0;
}
main .news-content-box .title .title-b {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  color: #333333;
  font-weight: 400;
  line-height: 1.3;
}
main .news-content-box .title .title-sub {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  color: #333333;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0.2rem;
}
main .news-content-box .title .day {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 0.25rem 0 0.39rem 0;
}
main .news-content-box .content {
  padding: 0.4rem 0;
}
main .news-content-box .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4rem 0 0 0;
  border-top: #f3f3f3 solid 1px;
}
main .news-content-box .paging a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
main .news-content-box .paging a:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .news-content-box .paging a:hover p {
  color: #3389ca;
}
main .news-content-box .paging a p {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 0.15rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  max-width: 70%;
}
main .fn-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.17rem 0 1rem 0;
}
main .fn-content-box .title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
main .fn-content-box .title p {
  font-size: 0.36rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
}
main .fn-content-box .content {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .fn-content-box .content li {
  width: 24%;
}
main .fn-content-box .content li:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
main .fn-content-box .content li:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .fn-content-box .content li:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
main .fn-content-box .content li:hover .cover .nt-img img {
  scale: 1.1;
}
main .fn-content-box .content li:hover .cover .button {
  background-color: rgba(247, 247, 247, 0.95);
  color: #3389ca;
}
main .fn-content-box .content li:hover .text {
  color: #3389ca;
}
main .fn-content-box .content li .cover {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ececec;
  width: 100%;
  height: 4rem;
}
main .fn-content-box .content li .cover .nt-img {
  height: 1.5rem;
  width: auto;
  margin-bottom: 0.6rem;
}
main .fn-content-box .content li .cover .nt-img img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
main .fn-content-box .content li .cover .button {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.15rem 0.3rem;
  border: solid 2px #ffffff;
  border-radius: 0.35rem;
  background-color: rgba(247, 247, 247, 0.7);
  font-size: 0.17rem;
  font-family: FZLTHJW;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
main .fn-content-box .content li .text {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6rem;
  padding: 0.3rem 0;
  font-family: FZLTHJW;
  font-weight: 500;
  color: #333333;
  line-height: 2;
}
main .fn-content-box .content li .text .text-title {
  font-size: 0.19rem;
  color: #3389ca;
}
main .fn-content-box .content li .text .text-intro {
  font-size: 0.15rem;
}
main .about-us-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f5f7f9));
  background: linear-gradient(#efefef, #f5f7f9);
}
main .about-us-box .about-content {
  font-size: 0.17rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #333333;
  line-height: 2.5;
  text-indent: 0.34rem;
}
main .about-us-box .profile-box {
  width: 100%;
  padding: 1.36rem 1.36rem 0 1.36rem;
}
main .about-us-box .profile-box .about-title {
  margin-bottom: 0.4rem;
}
main .about-us-box .teacher-box {
  width: 100%;
  padding: 0 1.36rem 1.36rem 1.36rem;
}
main .about-us-box .teacher-box .title {
  -o-border-image: linear-gradient(to right, #165fb9 0%, #165fb9 74%, #52bcfd 74% #52bcfd 100%) 20 10;
     border-image: -webkit-gradient(linear, left top, right top, from(#165fb9), color-stop(74%, #165fb9), color-stop(74%, #52bcfd)) 20 10;
     border-image: linear-gradient(to right, #165fb9 0%, #165fb9 74%, #52bcfd 74% #52bcfd 100%) 20 10;
}
main .about-us-box .teacher-box .aboutSwiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-button-next,
main .about-us-box .teacher-box .aboutSwiper .swiper-button-prev {
  top: 69%;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-button-next {
  right: 60px;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-button-prev {
  left: 60px;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.16rem;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(22, 95, 185, 0.5058823529);
          box-shadow: 0 2px 10px 0 rgba(22, 95, 185, 0.5058823529);
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:hover .left .nt-img img {
  scale: 1.1;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .left {
  width: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .left .nt-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .left .nt-img img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.14rem;
  background: #165fb9;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right::before {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 14px solid #165fb9;
  border-bottom: 14px solid transparent;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right .cname {
  font-size: 0.17rem;
  font-family: FZLTZHK;
  font-weight: normal;
  color: #f5f7f9;
  margin-bottom: 0.06rem;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right .ename {
  text-transform: uppercase;
  font-size: 0.06rem;
  font-family: FZLTXHK;
  font-weight: normal;
  color: #f5f7f9;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right i {
  display: block;
  width: 0.39rem;
  height: 0.03rem;
  background: #f5f7f9;
  margin: 0.2rem 0;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide .right .intro {
  text-align: center;
  font-size: 0.09rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #f5f7f9;
  line-height: 1.8;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+4) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+5) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+6) .right {
  background: #52bcfd;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+4) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+5) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+6) .right::before {
  border-right: 14px solid #52bcfd;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+7) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+8) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+9) .right {
  background: #165fb9;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+7) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+8) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+9) .right::before {
  border-right: 14px solid #165fb9;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+10) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+11) .right, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+12) .right {
  background: #52bcfd;
}
main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+10) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+11) .right::before, main .about-us-box .teacher-box .aboutSwiper .swiper-slide:nth-child(3n+12) .right::before {
  border-right: 14px solid #52bcfd;
}
main .image-box {
  width: 100%;
}
main .image-box img {
  width: 100%;
}
main .image-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2.4rem;
  background: #f5f7f9;
  padding: 0 0 1.36rem 0;
}
main .image-box2 .about-title {
  padding: 1.36rem 1.36rem 0 1.36rem;
  margin-bottom: 1rem;
}
main .image-box2 .about-title .title {
  -o-border-image: linear-gradient(to right, #165fb9 0%, #165fb9 74%, #52bcfd 74% #52bcfd 100%) 20 10;
     border-image: -webkit-gradient(linear, left top, right top, from(#165fb9), color-stop(74%, #165fb9), color-stop(74%, #52bcfd)) 20 10;
     border-image: linear-gradient(to right, #165fb9 0%, #165fb9 74%, #52bcfd 74% #52bcfd 100%) 20 10;
}
main .image-box2 .nt-img {
  width: auto;
}
main .contact-box {
  margin: 0 2.4rem;
}
main .contact-box .contact {
  background: #0077fe;
  color: #ffffff;
  padding: 0.6rem 0.4rem 0.28rem 0.4rem;
}
main .contact-box .contact .contact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.6rem;
  border-bottom: #52bcfd solid 2px;
}
main .contact-box .contact .contact-top .sub-title {
  font-size: 0.27rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0.27rem;
  padding-left: 0.2rem;
}
main .contact-box .contact .contact-top .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .contact-box .contact .contact-top .phone:hover .nt-img {
  -webkit-animation: scale2 1s infinite;
          animation: scale2 1s infinite;
}
main .contact-box .contact .contact-top .phone .nt-img {
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.35rem;
}
main .contact-box .contact .contact-top .phone .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .contact-box .contact .contact-top .phone .link a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
  font-size: 0.27rem;
  line-height: 1.5;
  font-family: FZLTCHK;
  font-weight: bold;
  color: #ffffff;
}
main .contact-box .contact .contact-top .phone .link a span {
  margin-right: 0.2rem;
}
main .contact-box .contact .contact-top .phone .link a:hover {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}
main .contact-box .contact .contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.25rem;
}
main .contact-box .contact .contact-bottom p,
main .contact-box .contact .contact-bottom a {
  font-size: 0.22rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #ffffff;
}
main .contact-box .contact .contact-bottom a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .contact-box .contact .contact-bottom a:hover {
  -webkit-transform: translateY(-0.04rem);
          transform: translateY(-0.04rem);
}
main .exam-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f5f7f9));
  background: linear-gradient(#efefef, #f5f7f9);
}
main .exam-box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 0 1rem;
}
main .exam-box .list li:hover .left .cir {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
main .exam-box .list li:hover .left .cir p {
  font-size: 0.32rem;
}
main .exam-box .list li:hover .left .num {
  font-size: 0.8rem;
}
main .exam-box .list li:hover .right .content {
  color: #0079d6;
}
main .exam-box .list li .left {
  position: relative;
}
main .exam-box .list li .left .cir {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#165fb9), to(#52bcfd));
  background: linear-gradient(0deg, #165fb9, #52bcfd);
  border-radius: 50%;
}
main .exam-box .list li .left .cir p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.29rem;
  font-family: FZLTCHK;
  font-weight: bold;
  color: #fefefe;
  padding-bottom: 0.1rem;
  border-bottom: #ffffff solid 1px;
}
main .exam-box .list li .left .num {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: -0.2rem;
  bottom: 0.1rem;
  font-size: 0.9rem;
  font-family: Impact;
  font-weight: 400;
  color: #52b9fd;
}
main .exam-box .list li .right {
  padding-left: 0.6rem;
}
main .exam-box .list li .right .title {
  font-size: 0.29rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #165fb9;
  line-height: 0.47rem;
}
main .exam-box .list li .right .content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: 0.34rem;
  font-size: 0.27rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #070d0d;
  line-height: 0.48rem;
  padding: 0.32rem 0 0.67rem 0;
}
main .exam-box .list li .right i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 1.2rem;
  height: 0.06rem;
  background: -webkit-gradient(linear, left top, right top, from(#165fb9), color-stop(60%, #165fb9), color-stop(60%, #52bcfd), to(#52bcfd));
  background: linear-gradient(90deg, #165fb9 0%, #165fb9 60%, #52bcfd 60%, #52bcfd 100%);
}
main .exam-box .list li:last-child .right i {
  display: none;
}
main .exam-box .why {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 1rem 0;
}
main .exam-box .why .title {
  font-size: 0.29rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #070d0d;
  margin-bottom: 0.8rem;
  padding: 0.05rem;
  border-bottom: #070d0d solid 1px;
}
main .exam-box .why ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .exam-box .why ul li {
  width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .exam-box .why ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
main .exam-box .why ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
main .exam-box .why ul li:hover .sub-title {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
main .exam-box .why ul li:hover .nt-img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
main .exam-box .why ul li:hover .content {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
main .exam-box .why ul li:hover .content .nt-img {
  -webkit-animation: rotateY 2s infinite;
          animation: rotateY 2s infinite;
}
main .exam-box .why ul li .sub-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.2rem 0.4rem;
  font-size: 0.38rem;
  font-family: FZLTCHK;
  font-weight: bold;
  color: #165fb9;
  background: #90d2fe;
  text-align: center;
  border-radius: 0.4rem;
  border: #57bbfd solid 2px;
}
main .exam-box .why ul li .nt-img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0.24rem;
  height: 0.27rem;
  margin: 0.25rem 0 0.3rem 0;
}
main .exam-box .why ul li .content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 0.3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#1861bb), to(#52b9fd));
  background: linear-gradient(0deg, #1861bb, #52b9fd);
  border: 0.02rem solid #52b9fd;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
main .exam-box .why ul li .content .nt-img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 0.9rem;
  width: auto;
  margin-bottom: 0.4rem;
}
main .exam-box .why ul li .content p {
  text-align: center;
  font-size: 0.27rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.48rem;
}

.about-us {
  background: #f5f7f9;
}
.about-us .about-title {
  margin-bottom: 0.6rem;
}
.about-us .about-title .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.29rem;
  font-family: FZLTZHK;
  font-weight: bold;
  color: #333333;
  padding: 0 0.8rem 0.16rem 0;
  border: 0.06rem solid #165fb9;
  -o-border-image: linear-gradient(to right, #165fb9 0%, #165fb9 60%, #52bcfd 60% #52bcfd 100%) 20 10;
     border-image: -webkit-gradient(linear, left top, right top, from(#165fb9), color-stop(60%, #165fb9), color-stop(60%, #52bcfd)) 20 10;
     border-image: linear-gradient(to right, #165fb9 0%, #165fb9 60%, #52bcfd 60% #52bcfd 100%) 20 10;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0.2rem;
}
.about-us .about-title .sub-title {
  font-size: 0.29rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
}

.article-list-box {
  padding: 0.6rem 0;
}
.article-list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article-list-box ul .list-item {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.2rem 0 0.2rem;
}
.article-list-box ul .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: solid 1px #cccccc;
}
.article-list-box ul .list-item a .cover {
  margin-bottom: 0.1rem;
  height: 3rem;
  background: #ddd;
}
.article-list-box ul .list-item a .cover .nt-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.article-list-box ul .list-item a .cover .nt-img img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.article-list-box ul .list-item a .content {
  padding: 0.35rem 0;
}
.article-list-box ul .list-item a .content p {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #333333;
  line-height: 1.5;
}
.article-list-box ul .list-item a .content .title {
  margin-bottom: 0.25rem;
  max-width: 100%;
  font-size: 0.28rem;
  font-weight: bold;
}
.article-list-box ul .list-item a .content .intro {
  margin-bottom: 0.25rem;
  max-width: 100%;
  font-size: 0.2rem;
}
.article-list-box ul .list-item a .content .time {
  font-size: 0.2rem;
}
.article-list-box ul .list-item:hover a .cover .nt-img img {
  scale: 1.05;
}
.article-list-box ul .list-item:hover a .content p {
  -webkit-transform: translateY(-0.02rem);
          transform: translateY(-0.02rem);
  color: #3389ca;
}
.article-list-box .paging-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}
.article-list-box .paging-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-list-box .paging-box ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 0.1rem;
  border: 0.01rem solid #c3c3c3;
  border-radius: 0.1rem;
  line-height: 0.52rem;
  background: #e9e9e9;
  color: #333333;
  font-size: 0.2rem;
  text-align: center;
}
.article-list-box .paging-box ul li .active {
  background-color: #3389ca;
  border: 0.01rem solid #3389ca;
  color: #fff;
}
.article-list-box .paging-box ul li:hover a {
  background-color: #3389ca;
  border: 0.01rem solid #3389ca;
  color: #fff;
}
.article-list-box .paging-box ul li.prohibit a {
  border: 0.01rem solid #dfdfdf;
  color: #999;
  cursor: default;
  background-color: #dfdfdf;
}
.article-list-box .paging-box ul li.prohibit:hover a {
  background-color: #dfdfdf;
  border: 0.01rem solid #dfdfdf;
  color: #999;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 2.4rem;
  background: rgb(239, 239, 239);
}
footer .footer-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .icp {
  width: 100%;
  text-align: center;
}
footer .left {
  width: 50%;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
  font-size: 0.16rem;
}
footer .left .title {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
footer .left .blogroll {
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .left .blogroll a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-right: 0.1rem;
}
footer .left .blogroll a:hover {
  color: #3389ca;
}
footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .right .text {
  margin-right: 0.54rem;
}
footer .right .text .nt-img {
  width: 2.7rem;
  margin-bottom: 0.28rem;
}
footer .right .text .contact {
  width: 3rem;
}
footer .right .text .contact p,
footer .right .text .contact span {
  font-size: 0.15rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.1rem;
}
footer .right .text .contact a:hover {
  color: #3389ca;
}
footer .right .text .contact .tel {
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-left: 0.5rem;
}
footer .right .text .contact .tel:first-child {
  margin-left: 0;
}
footer .right .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .right .qrcode .nt-img {
  margin-bottom: 0.12rem;
  width: 1.5rem;
}

.broadcast-box {
  display: none;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.6rem;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 136, 202, 0.6588235294)), color-stop(rgba(0, 113, 199, 0.6588235294)), to(rgba(51, 136, 202, 0.6588235294)));
  background: linear-gradient(90deg, rgba(51, 136, 202, 0.6588235294), rgba(0, 113, 199, 0.6588235294), rgba(51, 136, 202, 0.6588235294));
  overflow: hidden;
}
.broadcast-box .nt-img {
  width: 0.31rem;
  margin-right: 0.4rem;
  -webkit-animation: scale 2.8s infinite;
          animation: scale 2.8s infinite;
}
.broadcast-box ul {
  height: 100%;
}
.broadcast-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.float-box {
  display: none;
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0.2rem;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.float-box li:nth-child(1) .float-item {
  border-radius: 0.5rem 0.5rem 0 0;
}
.float-box li:nth-child(3) {
  cursor: pointer;
}
.float-box li:nth-child(3) .float-item {
  border-radius: 0 0 0.5rem 0.5rem;
}
.float-box li .float-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15rem 0.12rem;
}
.float-box li .float-item .nt-img {
  width: 0.48rem;
}
.float-box li .float-item .fade-item {
  display: none;
  position: absolute;
  z-index: 51;
  top: 0;
  right: 0.73rem;
  height: auto;
  width: auto;
  padding: 0.2rem;
  border-radius: 0.15rem;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.1);
}
.float-box li .float-item .fade-item .nt-img {
  width: 1rem;
  height: 100%;
}
.float-box li .float-item .fade-item .tel {
  padding: 0 0.1rem;
  text-align: center;
  display: block;
  width: 2.5rem;
  color: 333333;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 2.5;
}
.float-box li .float-item .fade-item .tel:hover {
  color: #3389ca;
}
.float-box li .float-item:hover {
  background: rgba(51, 136, 202, 0.2);
}

.my-button {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.15rem 0.3rem;
  font-size: 0.17rem;
  font-family: FZLTHJW;
  font-weight: 500;
  color: #333333;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-radius: 0.4rem;
}
.my-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  opacity: 0;
}

.my-title {
  padding-bottom: 0.05rem;
  margin-bottom: 0.65rem;
}
.my-title p {
  font-size: 0.29rem;
  font-family: FZLTHJW;
  font-weight: normal;
  color: #333333;
}

@media screen and (max-width: 1080px) {
  main .area1-box {
    height: auto;
  }
  main .area1-box .nt-img {
    height: 10.8rem;
  }
}
@-webkit-keyframes downUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes downUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes downUp2 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes downUp2 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes scale2 {
  10% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes scale2 {
  10% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}