﻿/*Top003101 */
.Top003101 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}
.Top003101 .auto {
  max-width: 1800px;
  width: 96%;
  padding: calc(30 / 16 * 1em) 0;
}
.Top003101,
.Top003101 a:not(:hover) {
}
.Top003101 a {
  color: #333;
}
.Top003101 dt a {
  color: #3870c1;
}
.Top003101 .logo {
  float: left;
}
.Top003101 .logo img {
  height: calc(48 / 16 * 1em);
  display: none;
}
.Top003101 .logo img {
}
.Top003101 .logo img.h {
  display: block;
}
.Top003101 .top-right {
  float: right;
}
.Top003101 menu {
  margin: 0 auto;
  max-width: 55%;
}
.Top003101 menu li span {
  display: block;
  line-height: calc(48 / 16 * 1em);
}
.Top003101 menu li span a {
  text-transform: capitalize;
}
.Top003101 .top-right {
  padding: calc(6 / 16 * 1em) 0;
}
.Top003101 .top-right dl > * {
  float: left;
}
.Top003101 .top-nav {
  position: relative;
  z-index: 100;
}
.Top003101 .top-nav aside {
  border: 1px solid #ddd;
  border-radius: calc(36 / 16 * 1em);
  line-height: calc(36 / 16 * 1em);
  padding: 0 calc(60 / 16 * 1em) 0 calc(15 / 16 * 1em);
  position: relative;
  z-index: 3;
  font-size: calc(13 / 16 * 1em);
  color: #666;
}
.Top003101 .top-nav aside:after {
  position: absolute;
  content: "";
  background: url(../image/Top003101-links2.svg) no-repeat right center;
  background-size: contain;
  width: calc(8 / 16 * 1em);
  height: calc(4 / 16 * 1em);
  right: calc(15 / 16 * 1em);
  top: 50%;
  margin-top: calc(-2 / 16 * 1em);
  transition: 0.3s;
}
.Top003101 .top-nav.on aside:after {
  transform: rotate(-180deg);
}
.Top003101 .top-lang .box,
.Top003101 .top-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(40 / 16 * 1em) calc(10 / 16 * 1em) calc(10 / 16 * 1em);
  display: none;
  background: #fff;
  text-align: center;
}
.Top003101 .top-nav ul li {
  line-height: 2;
  font-size: calc(13 / 16 * 1em);
}
.open-search {
  cursor: pointer;
  display: block;
  width: calc(36 / 16 * 1em);
  height: calc(36 / 16 * 1em);
  background: url(../image/Top003101-search2.svg) no-repeat center center;
  background-size: auto 60%;
}
.open-search.on:before,
.open-search.on:after {
  background-color: #fff;
  height: 1px;
}
.top-search {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  border-radius: calc(5 / 16 * 1em);
  overflow: hidden;
}
.top-search .text {
  width: 100%;
  height: calc(50 / 16 * 1em);
  line-height: calc(50 / 16 * 1em);
  padding: 0 calc(50 / 16 * 1em) 0 calc(10 / 16 * 1em);
  font-size: 1em;
}
.top-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50 / 16 * 1em);
  height: 100%;
  background: url(../image/Top003101-search-on.svg) no-repeat center center;
  background-size: auto 40%;
}
.Top003101 .open-s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.search-show .Top003101 .open-s {
  display: none;
}
.Top003101 .open-menu {
  width: calc(30 / 16 * 1em);
  height: calc(36 / 16 * 1em);
}
.Top003101 menu li.aon span {
  background: #3870c1;
}
.Top003101 menu li.aon span a {
  color: #fff;
}
@media (min-width: 1025px) {
  .Top003101 menu ul {
    display: flex;
    justify-content: center;
  }
  .Top003101 menu ul li {
    margin: 0 0.5vw;
  }
  .Top003101 menu ul li:first-child {
    margin-left: 0;
  }
  .Top003101 menu ul li:last-child {
    margin-right: 0;
  }
  .Top003101 menu li span {
    padding: 0 2.5vw;
    border-radius: 36px;
  }
  .Top003101 .top-right {
    position: relative;
  }
  .open-search {
    margin-left: calc(40 / 16 * 1em);
  }
  .top-search {
    width: 20em;
  }
  .Top003101 .open-menu {
    display: none;
  }
  .Top003101 menu li .sub {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    width: 176px;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .Top003101 menu li .sub dt a {
    font-size: calc(17 / 16 * 1em);
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .Top003101 menu li {
    margin-right: 1vw;
  }
}
@media (max-width: 1024px) {
  .Top003101 {
    padding: 4vw 0;
  }
  .Top003101 .top-nav {
    /* display: none; */
  }
  .Top003101 .top-nav aside {
    color: ;
  }
  .Top003101 menu {
    position: absolute;
    right: 5%;
    top: -100%;
    transform: translateY(-500%);
    opacity: 0;
    background-color: #fff;
    padding: 4vw;
    border-radius: 5px;
    transition: opacity 0.3s;
    width: 200px;
    border: 1px solid #ebebeb;
  }
  .Top003101 menu li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  .Top003101 .open-menu {
    margin-left: 2vw;
  }
  .Top003101 .open-menu.on i,
  .Top003101 .open-menu i {
    background: #3870c1;
  }
  .Top003101 a {
    color: #333;
  }
  .menu-show .Top003101 menu {
    top: 100%;
    transform: translateY(0);
    opacity: 1;
  }
  .top-search {
    width: 100%;
  }
  .has-multi aside .op-multi:before,
  .has-multi aside .op-multi:after,
  .has-sub span .op:before,
  .has-sub span .op:after {
    background: #666;
  }
}

/*Banner003192 */
.Banner003192 {
  position: relative;
}
.Banner003192 .Ispic {
  height: 98vh;
  transform: scale(1) rotate(0deg);
}
/* .Banner003192 .ani-show .Ispic {transform: scale(2) rotate(20deg);transition: transform 50s cubic-bezier(0.25, 0.46, 0.45, 0.94);} */
@media (max-width: 1024px) {
  .Banner003192 .Ispic {
    height: calc(800 / 16 * 1em);
  }
}
.Banner003192 li.slick-slide {
  position: relative;
}
.Banner003192 .txt {
  position: absolute;
  color: #fff;
  left: 0;
  width: 100%;
  bottom: calc(230 / 960 * 100%);
  z-index: 10;
}
.Banner003192 .tit {
  font-size: calc(60 / 16 * 1em);
  margin-bottom: calc(20 / 65 * 1em);
  transition: 0.3s;
}
.Banner003192 .sub-tit {
  font-size: calc(60 / 16 * 1em);
  line-height: 1.2;
  transition: 0.3s 0.3s;
}
.Banner003192 .txt .tit {
  transform: translateX(30px);
  opacity: 0;
}
.Banner003192 .txt .sub-tit {
  transform: translateX(30px);
  opacity: 0;
}
.Banner003192 .ani-show .txt .tit,
.Banner003192 .ani-show .txt .sub-tit {
  transform: translateX(0);
  opacity: 1;
  font-weight: bold;
}
.Banner003192 .slick-dots {
  position: absolute;
  z-index: 20;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.Banner003192 .slick-dots li {
  float: left;
  background: url("../image/Banner003192_dot.svg") no-repeat;
  width: 20px;
  height: 12px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.5;
}
.Banner003192 .slick-dots li button {
  display: none;
}
.Banner003192 .slick-dots li.slick-active {
  opacity: 1;
}
@media (max-width: 640px) {
  .Banner003192 .Ispic {
    height: auto;
    padding-bottom: 85%;
  }
  .Banner003192 .tit {
    font-size: calc(25 / 16 * 1em);
    margin-bottom: 20px;
  }
  .Banner003192 .sub-tit {
    font-size: calc(18 / 16 * 1em);
  }
  .Banner003192 .slick-dots li {
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
}
.index-title {
  margin-bottom: calc(60 / 1920 * 100%);
}
.index-title aside {
  position: relative;
  display: inline-block;
  font-size: calc(36 / 16 * 1em);
  padding-bottom: calc(25 / 36 * 1em);
  color: #333;
  text-transform: capitalize;
}
.index-title aside:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3870c1;
}
.index-more {
  display: inline-block;
  margin-top: calc(65 / 1920 * 100%);
}
.index-more a {
  display: inline-block;
  color: #3870c1;
  border: 1px solid #3870c1;
  border-radius: calc(20 / 16 * 1em) 0 calc(20 / 16 * 1em) 0;
  line-height: calc(50 / 16 * 1em);
  padding: 0 calc(85 / 16 * 1em) 0 calc(25 / 16 * 1em);
  background: url(../image/icon-more.svg) no-repeat right calc(25 / 16 * 1em)
    center;
  background-size: calc(12 / 16 * 1em) auto;
  transition: 0.3s;
}
.index-more a span {
  color: #3870c1;
}
.index-more:hover a {
  background-color: #3870c1;
  border-color: #3870c1;
  color: #fff;
  background-image: url(../image/icon-more-on.svg);
}
.index-more:hover a span {
  -webkit-text-fill-color: #fff;
}
@media (max-width: 1024px) {
  .index-title aside {
    font-size: calc(24 / 16 * 1em);
  }
}

/*Floor003180 */
.Floor003180 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: calc(150 / 1920 * 100%) 0;
}
.Floor003180 .tit2 {
  font-size: calc(20 / 16 * 1em);
  color: #333;
  margin-bottom: calc(60 / 1920 * 100%);
}
.Floor003180 .number {
  margin-bottom: calc(30 / 16 * 1em);
}
.Floor003180 .number li {
  float: left;
}
.Floor003180 .number li aside {
  display: inline-block;
  position: relative;
}
.Floor003180 .number li aside b {
  font-size: calc(48 / 16 * 1em);
  line-height: 1;
  display: block;
  color: #3870c1;
}
.Floor003180 .number li aside sub {
  position: absolute;
  left: 100%;
  word-break: keep-all;
  bottom: 15%;
  margin-left: calc(5 / 16 * 1em);
  width: 50px;
}
.Floor003180 .number li p {
  margin: 0;
  color: #333;
}
.Floor003180 .right-img {
  position: relative;
}
.Floor003180 .right-img .Ispic {
  height: calc(350 / 16 * 1em);
  width: 100%;
  background-size: contain;
}
.Floor003180 .right-img .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.Floor003180 .right-img .play:before,
.Floor003180 .right-img .play:after,
.Floor003180 .right-img .play i {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Floor003180 .right-img .play i {
  width: 66px;
  height: 66px;
  z-index: 10;
  background: url("../image/icon-play.png") no-repeat left 28px center #f3f9ff;
  background-size: 16px auto;
}
.Floor003180 .right-img .play:before,
.Floor003180 .right-img .play:after {
  content: "";
  background-color: #ecf6ff;
  opacity: 0.5;
  transform-origin: 0 0;
}
.Floor003180 .right-img .play:before {
  width: 80px;
  height: 80px;
  animation: infinite scale 2s;
}
.Floor003180 .right-img .play:after {
  width: 100px;
  height: 100px;
  animation: infinite scale2 2s;
}
.Floor003180 .video .inner {
  position: relative;
  z-index: 1;
}
.Floor003180 .video video {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media (max-width: 640px) {
  .Floor003180 .number li {
    width: 50%;
    margin-right: 0 !important;
  }
  .Floor003180 .number li:not(:last-child) {
    margin-bottom: calc(20 / 16 * 1em);
  }
  .Floor003180 .number li aside b {
    font-size: calc(30 / 16 * 1em);
  }
  .Floor003180 .right-img {
    margin-top: 30px;
  }
  .Floor003180 .right-img .Ispic {
    padding-bottom: 63%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .Floor003180 .left-intro {
    width: calc(600 / 1440 * 100%);
    float: left;
  }
  .Floor003180 .intro pre {
    color: #333;
    line-height: calc(30 / 16 * 1em);
  }
  .Floor003180 .left-intro .more {
    margin-top: calc(55 / 1920 * 100%);
  }
  .Floor003180 .right-img {
    width: 55%;
    height: 100%;
    float: right;
    overflow: hidden;
  }
  .Floor003180 .right-img .Ispic {
    height: calc(462 / 16 * 1em);
  }
}
@keyframes scale {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.3) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.6) translate(-50%, -50%);
    opacity: 0;
  }
}
/*Floor002829 */

.Floor002829 {
  padding: calc(150 / 1920 * 100%) 0;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Floor002829 .txt {
  text-align: center;
  color: #fff;
  z-index: 10;
}
.Floor002829 .txt .slider,
.Floor002829 .txt .slick-list,
.Floor002829 .txt .slick-track,
.Floor002829 .txt .slick-slide {
  height: 100%;
}
.Floor002829 .txt .ytable {
  height: 90%;
}
.Floor002829 li {
  position: relative;
}
.Floor002829 li .icon {
  max-width: calc(68 / 16 * 1em);
  margin: 0 auto;
  margin-bottom: calc(14 / 16 * 1em);
}
.Floor002829 .txt .title {
  font-size: calc(30 / 16 * 1em);
}
.Floor002829 .txt .desc {
  margin: calc(25 / 16 * 1em) 0 0;
  line-height: calc(30 / 16 * 1em);
}
.Floor002829 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  overflow: hidden;
  z-index: 10;
}
.Floor002829 .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.Floor002829 .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.Floor002829 .slick-dots li.slick-active {
  background: #fff;
}
.Floor002829 .slick-dots li button {
  display: none;
}
@media (min-width: 1025px) {
  .Floor002829 li {
    width: 33%;
    float: left;
  }
}
@media (max-width: 1024px) {
  .Floor002829 li {
    margin: calc(20 / 16 * 1em) 0;
  }
  .Floor002829 .txt .title {
    font-size: calc(24 / 16 * 1em);
  }
  .Floor002829 .txt .desc {
    margin: calc(10 / 16 * 1em) 0 0;
  }
}

/*Floor003099 */
.Floor003099 {
  padding: calc(150 / 1920 * 100%) 0;
  background: #f6fbff;
}
.Floor003099 .slider .slick-list li a {
  display: block;
  margin: 0 calc(20 / 16 * 1em);
}
.Floor003099 .pic {
  overflow: hidden;
  position: relative;
}
.Floor003099 .pic .Ispic {
  padding-bottom: 76%;
  transition: 0.5s;
}
.Floor003099 li a:hover .Ispic {
  transform: scale(1.15);
}
.Floor003099 .slider li .txt {
  padding-top: calc(50 / 16 * 1em);
}
.Floor003099 .slider .slick-dots {
  display: table;
  margin: 0 auto;
}
.Floor003099 .slider .slick-dots li {
  float: left;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 12px;
  background: #eaeaea;
}
.Floor003099 .slider .slick-dots li button {
  display: none;
}
.Floor003099 .slider .slick-dots li.slick-active {
  border-color: #3870c1;
  background: none;
}
.Floor003099 .txt .tit {
  font-size: calc(22 / 16 * 1em);
  color: #333;
  line-height: 1;
  margin-bottom: calc(25 / 22 * 1em);
}
.Floor003099 .txt dd {
  position: relative;
  padding-left: calc(15 / 16 * 1em);
  line-height: calc(24 / 16 * 1em);
  margin-bottom: calc(5 / 16 * 1em);
  color: #666;
}
.Floor003099 .txt dd:before {
  position: absolute;
  content: "";
  width: calc(5 / 16 * 1em);
  height: calc(5 / 16 * 1em);
  border-radius: 50%;
  background: #3870c1;
  left: 0;
  top: calc(8 / 16 * 1em);
}
@media (min-width: 641px) {
  .Floor003099 .slider {
    margin: 0 calc(-20 / 16 * 1em);
  }
}
@media (max-width: 1024px) {
  .Floor003099 .txt .tit {
    font-size: calc(20 / 16 * 1em);
  }
}

/*Floor002948 */
.Floor002948 {
  padding: calc(150 / 1920 * 100%) 0;
}
.Floor002948 .new-top {
  position: relative;
  z-index: 1;
}
.Floor002948 .new-top .txt {
  background: #3870c1;
  color: #fff;
  padding: calc(30 / 16 * 1em);
}
.Floor002948 .new-top aside.dot {
  font-size: calc(18 / 16 * 1em);
  margin-bottom: calc(10 / 18 * 1em);
}
.Floor002948 .slick-dots {
  position: absolute;
  bottom: 8%;
  right: 30px;
  overflow: hidden;
  z-index: 10;
}
.Floor002948 .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.Floor002948 .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.Floor002948 .slick-dots li.slick-active {
  background: #fff;
}
.Floor002948 .slick-dots li button {
  display: none;
}
@media (min-width: 1025px) {
  .Floor002948 .new-list {
    width: 43.75%;
  }
  .Floor002948 .new-top {
    width: 50%;
  }
  .Floor002948 .new-top .txt {
    padding-right: calc(150 / 16 * 1em);
  }
  .Floor002948 .new-top .Ispic {
    height: calc(470 / 16 * 1em);
  }
}
@media (max-width: 1024px) {
  .Floor002948 .new-top {
    margin-top: calc(60 / 1920 * 100%);
  }
  .Floor002948 .new-top .Ispic {
    padding-bottom: 65%;
  }
}
.Floor002948 .new-list li {
  line-height: calc(64 / 16 * 1em);
}
.Floor002948 .new-list li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.Floor002948 .new-list li a {
  padding-left: calc(20 / 16 * 1em);
  background: url("../image/Floor002948_a.gif") no-repeat left center;
}
.Floor002948 .new-list li time {
  float: right;
  color: #999;
  margin-left: calc(10 / 16 * 1em);
}

/*Bottom002909 */
.Bottom002909 {
  background: #1a2b3e;
}
.Bottom002909,
.Bottom002909 a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.Bottom002909 .copyright {
  line-height: calc(30 / 16 * 1em);
  padding: calc(30 / 16 * 1em) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Bottom002909 .copyright a:not(:last-child):after {
  display: inline-block;
  content: "ยท";
  margin: 0 calc(10 / 16 * 1em);
  color: rgba(255, 255, 255, 0.5);
}
.Bottom002909 .copyright .code {
  width: 90px;
}
.Bottom002909 .copyright dl {
  width: calc(100% - 120px);
}
.Bottom002909 .main {
  padding: calc(100 / 1920 * 100%) 0;
}
.Bottom002909 nav dl {
  float: left;
  max-width: calc(180 / 16 * 1em);
}
.Bottom002909 nav dt {
  margin-bottom: calc(40 / 16 * 1em);
}
.Bottom002909 nav dt a {
  color: #fff;
  font-size: calc(18 / 16 * 1em);
}
.Bottom002909 nav dd {
  line-height: calc(36 / 16 * 1em);
}
.Bottom002909 nav dd a:hover {
  color: #fff;
}
.Bottom002909 .hotline {
  margin: calc(40 / 16 * 1em) 0;
}
.Bottom002909 .contact .logo img {
  height: calc(48 / 16 * 1em);
}
.Bottom002909 .contact .num {
  font-size: calc(30 / 16 * 1em);
  margin-bottom: calc(20 / 30 * 1em);
  line-height: 1;
}
.Bottom002909 .code li {
  position: relative;
  z-index: 40;
  float: left;
}
.Bottom002909 .code li:not(:last-child) {
  margin-right: calc(24 / 16 * 1em);
}
.Bottom002909 .code li a {
  display: block;
  width: calc(24 / 16 * 1em);
  height: calc(24 / 16 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  transition: 0.3s;
  cursor: pointer;
}
.Bottom002909 .code li a:hover {
  opacity: 1;
}
.Bottom002909 .code li a.a_wx {
  background-image: url(../image/Bottom002909-wx.svg);
}
.Bottom002909 .code li a.a_douyin {
  background-image: url(http://www.pulsecare.cn/common/images/Bottom002909-douyin.svg);
}
.Bottom002909 .code li a.a_sina {
  background-image: url(http://www.pulsecare.cn/common/images/Bottom002909-sina.svg);
}
.Bottom002909 .code li figure {
  /* display: none; position: absolute; left: calc(-12 / 16 * 1em);bottom: 100%; */
  width: calc(130 / 16 * 1em);
  background: #fff;
  padding: calc(5 / 16 * 1em);
  border-radius: 5px;
}
.Bottom002909 .code li aside {
  color: rgba(255, 255, 255, 0.5);
  margin-top: calc(10 / 16 * 1em);
  line-height: 1;
  text-align: center;
}
/* .Bottom002909 .code li figure:after { position: absolute; content: ''; border: calc(5 / 16 * 1em) solid transparent;border-top-color: #fff; left: calc(16 / 16 * 1em);top: 100%; } */
@media (min-width: 1025px) {
  .Bottom002909 .contact {
    width: 30%;
    color: #fff;
  }
  .Bottom002909 .contact .tit {
    padding-bottom: calc(15 / 16 * 1em);
    color: rgba(255, 255, 255, 0.5);
  }
  .Bottom002909 nav {
    width: 63.215%;
    text-align: center;
    padding-left: 68px;
  }
  .Bottom002909 nav dl {
    margin-right: 66px !important;
  }
}
@media (max-width: 1024px) {
  .Bottom002909 nav,
  .Bottom002909 .hotline {
    display: none;
  }
  .Bottom002909 .code {
    text-align: center;
    margin-top: 20px;
  }
  .Bottom002909 .code ul {
    text-align: center;
  }
  .Bottom002909 .code li {
    float: none;
    display: inline-block;
  }
  .Bottom002909 .copyright {
    text-align: center;
    display: block;
  }
  .Bottom002909 .copyright .code {
    margin: 0 auto 1em;
    width: 6em;
  }
  .Bottom002909 .copyright dl {
    width: auto;
  }
  .Bottom002909 .copyright dd a {
    display: inline-block;
    float: none;
  }
  .Bottom002909 .logo,
  .Bottom002909 .soglan {
    text-align: center;
  }
}

/*Banner003069 */
.Banner003069 {
  position: relative;
  z-index: 1;
}
.Banner003069 .Ispic {
  width: 100%;
  height: 350px;
}
.Banner003069 .txt {
  position: absolute;
  left: 0;
  bottom: calc(230 / 960 * 100%);
  width: 100%;
  z-index: 10;
  color: #000;
}
.Banner003069 .tit {
  font-size: calc(65 / 16 * 1em);
  text-transform: capitalize;
}
@media (max-width: 640px) {
  .Banner003069 .Ispic {
    height: calc(200 / 16 * 1em);
  }
  .Banner003069 .tit {
    font-size: calc(24 / 16 * 1em);
  }
}

/*Menu003135 */
.Menu003135 {
  border-bottom: 1px solid #ededed;
}
.Menu003135 .current {
  padding-left: 1.21428em;
  background: url(../image/Menu003135-icon.svg) no-repeat left center;
  background-size: 1em auto;
  line-height: 5;
  text-transform: capitalize;
}
.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
  color: #999;
}
.Menu003135 .current span {
  color: #333;
}
.Menu003135 .nav-menu li {
  float: left;
  font-size: 1.125em;
  line-height: 4.44444;
}
.Menu003135 .nav-menu li:not(:last-child) {
  margin-right: 2.222em;
}
.Menu003135 .nav-menu li a {
  display: block;
  position: relative;
  text-transform: capitalize;
}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
  color: #3870c1;
}
.Menu003135 .nav-menu li.aon a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3870c1;
}
@media (max-width: 1024px) {
  .Menu003135 .current {
    display: none;
  }
  .Menu003135 .nav-menu li {
    line-height: 3;
  }
}
@media (max-width: 640px) {
  .Menu003135 .nav-menu li {
    width: 33.33%;
    margin-right: 0 !important;
    text-align: center;
    font-size: 14px;
  }
}
.column-title {
  text-align: center;
  margin-bottom: calc(60 / 1920 * 100%);
}
.column-title aside {
  position: relative;
  display: inline-block;
  font-size: calc(36 / 16 * 1em);
  padding-bottom: calc(25 / 36 * 1em);
  color: #333;
  text-transform: capitalize;
}
.column-title aside:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3870c1;
}
@media (max-width: 1024px) {
  .column-title aside {
    font-size: calc(24 / 16 * 1em);
  }
  .column-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .column-title aside {
    font-size: calc(22 / 16 * 1em);
  }
}
/*Floor003153 */
.Floor003153 {
  padding: calc(100 / 1920 * 100%) 0;
}
.Floor003153 .tit2 {
  font-size: calc(20 / 16 * 1em);
  color: #333;
  text-align: center;
  margin-bottom: calc(60 / 16 * 1em);
}
.Floor003153 .number {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: calc(50 / 16 * 1em);
}
.Floor003153 .number li {
  float: left;
}
.Floor003153 .number li aside {
  display: inline-block;
  position: relative;
}
.Floor003153 .number li aside b {
  font-size: calc(48 / 16 * 1em);
  line-height: 1;
  display: block;
  color: #3870c1;
}
.Floor003153 .number li aside sub {
  position: absolute;
  left: 100%;
  word-break: keep-all;
  bottom: 15%;
  margin-left: calc(5 / 16 * 1em);
  width: 50px;
}
.Floor003153 .number li p {
  margin: 0;
  color: #333;
}
.Floor003153 .intro {
  background: #fff;
}
.Floor003153 .intro .info {
  color: #333;
  line-height: calc(30 / 16 * 1em);
}
.Floor003153 .intro .img {
  position: relative;
}
.Floor003153 .intro .img .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.Floor003153 .intro .img .play:before,
.Floor003153 .intro .img .play:after,
.Floor003153 .intro .img .play i {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Floor003153 .intro .img .play i {
  width: 66px;
  height: 66px;
  z-index: 2;
  background: url("../image/icon-play.png") no-repeat left 28px center #f3f9ff;
  background-size: 16px auto;
}
.Floor003153 .intro .img .play:before,
.Floor003153 .intro .img .play:after {
  content: "";
  background-color: #ecf6ff;
  opacity: 0.5;
  transform-origin: 0 0;
}
.Floor003153 .intro .img .play:before {
  width: 80px;
  height: 80px;
  animation: infinite scale 2s;
}
.Floor003153 .intro .img .play:after {
  width: 100px;
  height: 100px;
  animation: infinite scale2 2s;
}
.Floor003153 .video .inner {
  position: relative;
  z-index: 1;
}
.Floor003153 .video video {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@keyframes scale {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.3) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.6) translate(-50%, -50%);
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .Floor003153 .intro .img {
    width: 50%;
  }
  .Floor003153 .intro .info {
    padding: 3em 5em;
  }
}
@media (max-width: 1024px) {
  .Floor003153 .intro .img {
    margin-bottom: 2em;
  }
  .Floor003153 .number li aside b {
    font-size: calc(30 / 16 * 1em);
  }
}
@media (max-width: 640px) {
  .Floor003153 .number li {
    width: 50%;
    margin-right: 0 !important;
    text-align: center;
  }
  .Floor003153 .number li:not(:last-child) {
    margin-bottom: calc(20 / 16 * 1em);
  }
}

/*ContactInfo */
.ContactInfo {
  padding: calc(100 / 1920 * 100%) 0;
}
.ContactInfo .contact {
  position: relative;
  z-index: 4;
}
.ContactInfo .contact .inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.ContactInfo .contact .icon {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: calc(15 / 16 * 1em) auto calc(25 / 16 * 1em) auto;
  transition: all 0.5s;
}
.ContactInfo .box-1 .icon {
  background-image: url("../image/icon_call.png");
}
.ContactInfo .box-2 .icon {
  background-image: url("../image/icon_email.png");
}
.ContactInfo .box-3 .icon {
  background-image: url("../image/icon_add.png");
}
.ContactInfo .contact .name {
  font-size: calc(18 / 16 * 1em);
  color: #000;
  font-weight: bold;
  padding-bottom: calc(10 / 18 * 1em);
}
.ContactInfo .contact h5 {
  color: #333;
  font-size: calc(24 / 16 * 1em);
  font-weight: normal;
  margin-top: calc(40 / 24 * 1em);
  margin-bottom: 0;
  line-height: 1;
}
.ContactInfo .contact p {
  margin-bottom: calc(30 / 16 * 1em);
}
.ContactInfo .box-3 p,
.ContactInfo .box-4 p {
  font-weight: normal;
}
.ContactInfo .box-4 img {
  width: calc(120 / 16 * 1em);
  margin-bottom: calc(10 / 16 * 1em);
  transition: all 0.5s;
}
.ContactInfo .form {
  border: 1px solid #ededed;
  margin-top: 3.375em;
}
.ContactInfo .form h3 {
  text-align: center;
  font-weight: normal;
  font-size: calc(24 / 16 * 1em);
  color: #333;
  line-height: 1.5;
  margin: 0;
}
.ContactInfo .form p {
  text-align: center;
  margin: calc(10 / 16 * 1em) 0 0;
}
.ContactInfo .form-ul {
  margin: calc(40 / 16 * 1em) auto 0 auto;
}
.ContactInfo .form-ul li {
  margin-bottom: calc(10 / 16 * 1em);
  position: relative;
}
.ContactInfo .form-ul li .tit {
  position: absolute;
  left: 1.1428em;
  top: 0;
  font-size: calc(14 / 16 * 1em);
  line-height: 3.5714;
  color: #333;
}
.ContactInfo .form-ul li .text {
  width: 100%;
  border: solid 1px #eee;
  font-size: calc(14 / 16 * 1em);
  line-height: 3.5714;
  height: 3.5714em;
  background: none;
  padding: 0 1em;
}
.ContactInfo .form-ul li textarea.text {
  height: auto;
}
.ContactInfo .form-ul .btn {
  width: 100%;
  background: #3870c1;
  font-size: 1em;
  height: calc(50 / 16 * 1em);
  color: #fff;
  cursor: pointer;
  border: 0;
}
@media (min-width: 1025px) {
  .ContactInfo .form-ul {
    width: 75.715%;
  }
  .ContactInfo .contact .ytable-cell {
    position: relative;
    z-index: 5;
    width: 23.5%;
    padding: calc(80 / 16 * 1em) calc(20 / 16 * 1em);
    vertical-align: top;
    background: #f6fbff;
    overflow: hidden;
    transition: 0.3s;
    text-align: center;
  }
  .ContactInfo .contact .ytable-cell.no {
    width: 2%;
    background: #fff;
    z-index: 0;
  }
  .ContactInfo .contact .ytable-cell:not(.no):before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(50 / 16 * 1em);
    transform: translateX(-50%);
    width: calc(30 / 16 * 1em);
    height: calc(3 / 16 * 1em);
    background: #3870c1;
  }
  .ContactInfo .contact .ytable-cell:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .ContactInfo .contact .ytable-cell.no:hover {
    transform: translateY(0);
  }
  .ContactInfo .contact .ytable-cell:hover p {
    color: #3870c1;
  }
  .ContactInfo .contact .ytable-cell:hover .icon,
  .ContactInfo .box-4:hover img {
    transform: translateY(-8px);
  }
}
@media (max-width: 1024px) {
  .ContactInfo .contact h5 {
    margin: 15px auto;
    font-size: calc(22 / 16 * 1em);
  }
  .ContactInfo .contact .icon {
    background-size: 70%;
    margin: 0 auto;
  }
  .ContactInfo .right {
    padding: calc(30 / 16 * 1em);
  }
  .ContactInfo .form-ul {
    width: 90%;
  }
  .ContactInfo .contact,
  .ContactInfo .contact .ytable-cell {
    display: block;
  }
  .ContactInfo .contact .ytable-cell {
    padding: 5vw 0;
    background: #f6fbff;
    text-align: center;
  }
  .ContactInfo .contact .ytable-cell.no {
    background: #fff;
    padding: 1vw 0;
  }
  .ContactInfo .contact {
    padding: 0 5vw;
  }
  .ContactInfo .contact p {
    margin-bottom: calc(5 / 16 * 1em);
  }
}

/*News */
.News {
  padding: calc(100 / 1920 * 100%) 0;
  overflow: hidden;
}
.News .top-new .slick-list {
  overflow: inherit;
}
.News .top-new .slick-slide {
  opacity: 0;
}
.News .top-new .slick-current {
  opacity: 1;
}
.News .top-new .slick-slide {
  border: 1px solid #ededed;
  overflow: hidden;
}
.News .top-new .slick-slide .img img {
  display: block;
  width: 100%;
}
.News .top-new .slick-slide time {
  border-left: 1px solid #c6c6c6;
  padding-left: 1.62vw;
  display: block;
  margin-bottom: 2.61vw;
  color: #3870c1;
  font-size: 18px;
}
.News .top-new .slick-slide time span {
  display: block;
  font-size: 2em;
}
.News .top-new .slick-slide time b {
  display: block;
  line-height: 60px;
  color: #3870c1;
  font-size: 42px;
}
.News .top-new .slick-slide .txt aside.dot2 {
  font-size: calc(24 / 16 * 1em);
  line-height: 1.5;
  margin: 2.625vw 0 1vw 0;
}
.News .top-new .slick-slide:hover a {
  color: #3870c1;
}
.News .top-new .slick-slide .txt p {
  margin: 0;
  color: #999;
  font-size: calc(16 / 16 * 1em);
  line-height: 1.75;
}
.News .top-new .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3870c1;
  z-index: 2;
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
}
.News .top-new .slick-arrow:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 40%;
  top: 40%;
}
.News .top-new .slick-next:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.News .top-new .slick-prev {
  left: -6.25%;
}
.News .top-new .slick-next:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.News .top-new .slick-next {
  right: -6.25%;
}
.News .list {
  padding-top: calc(100 / 1920 * 100%);
}
.News .list li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2.5%;
  margin-bottom: 2.5%;
}
.News .list li .pic {
  overflow: hidden;
}
.News .list li .pic {
  overflow: hidden;
}
.News .list li .pic figure {
  padding-bottom: 66.67%;
}
.News .list li .text time {
  font-size: 20px;
  color: #3870c1;
}
.News .list li .text .info h3 {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: normal;
  padding-bottom: 20px;
}
.News .list li .text .info p {
  color: #999;
  margin: 0;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .News .list li .pic {
    width: 21%;
  }
  .News .list li .text {
    width: 82%;
    padding-left: 5%;
  }
  .News .list li .text time {
    float: left;
    width: 20%;
  }
  .News .list li .text .info {
    float: right;
    width: 80%;
  }
  .News .top-new li .img {
    width: 50%;
  }
  .News .top-new li .txt {
    padding: 3vw;
  }
}
@media (max-width: 768px) {
  .News .top-new .slick-slide .txt aside.dot2,
  .News .list li .text .info h3 {
    font-size: calc(20 / 16 * 1em);
  }
  .News .top-new .slick-slide time span {
    font-size: 20px;
  }
  .News .list li .ytable,
  .News .list .ytable-cell {
    display: block;
  }
  .News .list li .text {
    padding: 20px;
  }
  .News .top-new li .txt aside {
    font-size: 20px;
  }
  .News .top-new li .ytable,
  .News .top-new li .ytable-cell {
    display: block;
  }
  .News .top-new li .txt {
    padding: 20px;
  }
  .News .top-new .slick-prev {
    left: 2%;
  }
  .News .top-new .slick-next {
    right: 2%;
  }
}

/*Page003143 */
.Page003143 {
  padding-top: calc(50 / 1920 * 100%);
}
.Page003143 .Pages {
  text-align: center;
}
.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_prev,
.Page003143 .Pages .p_page a.a_next,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages > span:not(.p_page) {
  display: none;
}
.Page003143 .Pages .p_page {
  display: table;
  margin: 0 auto;
}
.Page003143 .Pages .p_page * {
  float: left;
}
.Page003143 .Pages .p_page a {
  border: solid 1px #ebebeb;
  line-height: 42px;
  transition: 0.3s;
}
.Page003143 .Pages .p_page > a {
  border-radius: 5px;
  padding: 0 15px;
}
.Page003143 .Pages .p_page em {
  font-style: normal;
  margin: 0 30px;
}
.Page003143 .Pages .p_page em a {
  width: 44px;
  border-radius: 50%;
  margin: 0 8px;
}
.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur {
  color: #fff;
  background-color: #3870c1;
  border-color: #3870c1;
}
@media (max-width: 1024px) {
  .Page003143 .Pages {
    padding: 0 0 2em 0;
  }
  .Page003143 .Pages .p_page em {
    display: none;
  }
  .Page003143 .Pages .p_page > a {
    margin: 0 10px;
  }
}

/*News_detail*/
.News_detail {
  padding: calc(100 / 1920 * 100%) 0;
}
.News_detail .auto {
  max-width: 1000px;
}
.News_detail .news_info .title {
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.News_detail .news_info .title h1 {
  margin: 0;
  padding-bottom: 1%;
  font-size: 28px;
  font-weight: 400;
  color: #000;
}
.News_detail .news_info .title aside span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5em 0.5em;
  line-height: 2;
  color: #999;
}
.News_detail .news_info .info {
  text-justify: inter-ideograph;
}
.News_detail .news_info img {
  margin: 2% auto;
  max-width: 80%;
  text-align: center;
}
.News_detail .info {
  line-height: 30px;
  color: #333;
}
.News_detail .bot {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #d2d2d2;
}
.News_detail .info_back {
  text-align: center;
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
}
.News_detail .info_back a {
  position: relative;
  color: #fff;
  display: block;
  width: 150px;
  line-height: 3;
  border-radius: 100px;
  background: #3870c1;
}
.News_detail .info_back a:hover {
  opacity: 0.8;
}
.News_detail .info_pn span {
  display: block;
  margin: 1% 0;
}
.News_detail .info_pn span a {
  color: #999;
}
.News_detail .info_pn span a:hover {
  color: #3870c1;
}
@media (max-width: 1024px) {
  .News_detail .info_back {
    position: relative;
  }
}
@media (max-width: 768px) {
  .News_detail .info * {
    max-width: 100% !important;
  }
  .News_detail .info .rich_media_area_primary_inner {
    max-width: 100% !important;
  }
  .News_detail .info_back a {
    width: 100%;
    margin-bottom: 2%;
  }
  .News_detail .news_info .title h1 {
    font-size: 18px;
  }
}

/*.Concept  */
.Concept {
  padding: calc(100 / 1920 * 100%) 0;
}
.Concept .desc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: calc(200 / 1920 * 100%) 0;
  text-align: center;
  color: #fff;
  font-size: calc(30 / 16 * 1em);
  line-height: normal;
}
.Concept .desc aside {
  display: inline-block;
  padding-right: 7.167%;
  padding-left: 7.167%;
  padding-top: 24px;
  position: relative;
  background: url(../image/yinhao-r.png) no-repeat right top;
  background-size: 6.617% auto;
}
.Concept .desc aside:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6.617%;
  height: 100%;
  background: url(../image/yinhao-l.png) no-repeat left top;
  background-size: contain;
}
.Concept .desc aside strong {
  font-size: calc(40 / 30 * 1em);
  margin-left: calc(10 / 40 * 1em);
  font-weight: normal;
}
@media (max-width: 1024px) {
  .Concept .desc aside {
    font-size: 18px;
  }
  .Concept .desc aside strong {
    font-size: 20px;
  }
}

/*.TextList002208  */
.TextList002208 {
  padding: calc(100 / 1920 * 100%) 0;
}
.TextList002208 .thead {
  font-size: calc(18 / 16 * 1em);
  line-height: calc(50 / 18 * 1em);
  height: calc(70 / 18 * 1em);
  padding: calc(10 / 18 * 1em) 0;
  text-align: center;
  background: #3870c1;
  color: #fff;
  position: relative;
}
.TextList002208 .thead:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #295288;
  background-image: linear-gradient(
    to right,
    rgba(95, 144, 244, 1) 0%,
    rgba(20, 101, 194, 1)
  );
}
.TextList002208 .thead span {
  float: left;
  width: 15%;
  height: calc(50 / 16 * 1em);
  display: block;
  position: relative;
}
.TextList002208 .dl:not(.thead) {
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.TextList002208 .dl .dt {
  font-size: calc(18 / 16 * 1em);
  line-height: calc(50 / 18 * 1em);
  padding: calc(10 / 18 * 1em) 0;
  text-align: center;
  cursor: pointer;
}
.TextList002208 .dl .dt span {
  float: left;
  width: 15%;
  height: calc(50 / 18 * 1em);
  display: block;
  position: relative;
}
.TextList002208 dl span:last-child {
  width: 10% !important;
  text-align: center;
}
.TextList002208 .dl .dt span i {
  position: absolute;
  content: "";
  left: 50%;
  background: url(../image/icon-down.svg) no-repeat right center;
  display: block;
  width: 16px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}
.TextList002208 .conbox {
  border-top: 1px solid #ededed;
  background: #f6fbff;
  padding: calc(50 / 16 * 1em);
  display: none;
}
.TextList002208 .conbox .h5 {
  color: #333;
  font-weight: normal;
  font-size: calc(18 / 16 * 1em);
  margin-top: 0;
}
.TextList002208 .conbox p {
  line-height: 2;
  color: #666;
  margin: 0;
}
.TextList002208 .jobname {
  width: 30% !important;
  text-align: left;
  padding: 0 calc(20 / 18 * 1em);
}
.TextList002208 .dl.active .dt span {
  color: #1f5ae2;
}
.TextList002208 .dl.active .dt span i {
  transform: rotate(180deg);
}
.TextList002208 .job-email {
  padding: 30px 0;
}
.TextList002208 .job-email a {
  color: #1f5ae2;
}
@media (max-width: 768px) {
  .TextList002208 .jobyq,
  .TextList002208 .jobnum,
  .TextList002208 .jobadd,
  .TextList002208 .jobtime {
    display: none !important;
  }
  .TextList002208 .dl .dt span {
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .TextList002208 .jobname {
    width: 90% !important;
  }
  .TextList002208 .conbox {
    padding: 20px;
  }
}

/*Floor003154 */
.Floor003154 .box {
  padding: calc(100 / 1920 * 100%) 0;
}
.Floor003154 .box:nth-child(2n) {
  background: #f6fbff;
}
.Floor003154 .tit {
  font-size: 26px;
  color: #3870c1;
  font-weight: bold;
  text-align: center;
}
.Floor003154 .subtit {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin: 14px 0 2vw;
}
.Floor003154 .txt,
.Floor003154 .word {
  font-size: 18px;
  color: #666;
  line-height: 1.75;
}
.Floor003154 .word p {
  margin: 0;
}
.Floor003154 .word p + p {
  margin-top: 15px;
}
.Floor003154 .txt {
  text-align: center;
  margin-top: 2vw;
}
.Floor003154 .img,
.Floor003154 .dl {
  margin-top: 1.5vw;
}
.Floor003154 .table_1 th,
.Floor003154 .table_1 td {
  text-align: center;
  border: 1px solid #eee;
  border-collapse: collapse;
  line-height: 24px;
  padding: 15px;
  font-size: 16px;
}
.Floor003154 .table_1 th {
  font-size: 18px;
  font-weight: normal;
  background: #3870c1;
  color: #fff;
}
.Floor003154 .table_1 tr {
  background: #fff;
}
.Floor003154 .table_1 tr:nth-child(2n + 1) {
  background: #eef5ff;
}
.Floor003154 .ul li {
  float: left;
  width: 31.3%;
  background: #fff;
  padding: 12px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Floor003154 .ul li .pic {
  overflow: hidden;
}
.Floor003154 .ul li .pic img {
  transition: 0.3s all;
}
.Floor003154 .ul li:hover .pic img {
  transform: scale(1.1);
}
.Floor003154 .ul li p {
  margin-bottom: 0;
  font-size: 18px;
  padding: 14px;
}
@media (min-width: 1025px) {
  .Floor003154 .word {
    padding: 3vw;
    text-align: left;
    width: 40%;
    background: #f6fbff;
  }
  .Floor003154 .word .tit {
    text-align: left;
    margin-bottom: 2vw;
  }
  .Floor003154 .word .tit:after {
    display: block;
    content: "";
    height: 3px;
    width: 60px;
    background: #295288;
    background-image: linear-gradient(
      to right,
      rgba(95, 144, 244, 1) 0%,
      rgba(20, 101, 194, 1)
    );
    border-radius: 4px;
    margin-top: 24px;
  }
  .Floor003154 .dl {
    display: flex;
    justify-content: center;
  }
  .Floor003154 .dl dd {
    text-align: center;
    width: 25%;
    padding: 1vw 1vw;
    position: relative;
  }
  .Floor003154 .dl dd:not(:last-child) {
    border-right: 1px solid #eaeaea;
  }
}
@media (max-width: 1024px) {
  .Floor003154 .tit {
    font-size: 18px;
  }
  .Floor003154 .ytable,
  .Floor003154 .ytable-cell {
    display: block;
  }
  .Floor003154 .txt,
  .Floor003154 .word,
  .Floor003154 .table_1 th {
    font-size: 16px;
  }
  .Floor003154 .table_1 td {
    font-size: 15px;
  }
}
@media (min-width: 641px) {
  .Floor003154 .ul li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}
@media (max-width: 640px) {
  .Floor003154 .table_1 {
    overflow: auto;
  }
  .Floor003154 .table_1 table {
    width: 250%;
  }
  .Floor003154 .slider {
    padding-bottom: 40px;
  }
  .Floor003154 .ul li {
    width: 100%;
    margin-right: 0;
  }
  .Floor003154 .ul li p {
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
  }
  .Floor003154 .slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .Floor003154 .slick-dots li {
    float: left;
    background: #295288;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    cursor: pointer;
    opacity: 0.5;
    background-size: contain;
    padding: 0;
    box-shadow: none;
    border-radius: 50%;
  }
  .Floor003154 .slick-dots li button {
    display: none;
  }
  .Floor003154 .slick-dots li.slick-active {
    opacity: 1;
  }
}

/*Floor003155*/
.Floor003155 .box {
  padding: calc(100 / 1920 * 100%) 0;
}
.Floor003155 .box:nth-child(2n) {
  background: #f6fbff;
}
.Floor003155 .tit {
  font-size: 24px;
  color: #3870c1;
  font-weight: bold;
  position: relative;
  margin-bottom: 2vw;
}
.Floor003155 .tit:after {
  display: block;
  content: "";
  height: 3px;
  width: 60px;
  background: #295288;
  background-image: linear-gradient(
    to right,
    rgba(95, 144, 244, 1) 0%,
    rgba(20, 101, 194, 1)
  );
  border-radius: 4px;
  margin-top: 24px;
}
.Floor003155 .cent {
  text-align: center;
}
.Floor003155 .cent:after {
  margin-left: auto;
  margin-right: auto;
}
.Floor003155 p {
  margin: 0;
  line-height: 2;
  color: #666;
}
.Floor003155 p + p {
  margin-top: 18px;
}
.Floor003155 .dl dd {
  text-align: center;
  padding: 1.5vw 3vw;
  font-size: 18px;
}
.Floor003155 .icon {
  margin-bottom: 20px;
  display: inline-block;
  padding: 24px;
  background: #295288;
  background-image: linear-gradient(
    to right,
    rgba(95, 144, 244, 1) 0%,
    rgba(20, 101, 194, 1)
  );
  border-radius: 50%;
}
.Floor003155 .icon img {
  height: 45px;
}
@media (min-width: 1025px) {
  .Floor003155 .pic {
    width: 50%;
  }
  .Floor003155 .txt {
    padding-left: 3vw;
  }
  .Floor003155 .dl {
    display: flex;
  }
  .Floor003155 .dl dd {
    width: 50%;
  }
  .Floor003155 .dl dd:not(:last-child) {
    border-right: 1px dashed #ccc;
  }
}
@media (max-width: 1024px) {
  .Floor003155 .ytable,
  .Floor003155 .ytable-cell {
    display: block;
  }
  .Floor003155 .tit {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0;
  }
  .Floor003155 .tit:after {
    margin-top: 10px;
  }
  .Floor003155 .dl dd {
    font-size: 15px;
    width: 50%;
    float: left;
  }
  .Floor003155 .icon {
    padding: 10px;
  }
  .Floor003155 .icon img {
    height: 35px;
  }
  .Floor003155 dd p {
    line-height: 1.5;
    min-height: 45px;
  }
}

/*TextList002957 */
.TextList002957 {
  margin: 2.08vw 0;
}
.TextList002957 li {
  border-bottom: 1px dotted #d9d9d9;
  line-height: 54px;
}
.TextList002957 li time {
  float: right;
  color: #b2b2b2;
  margin-left: 20px;
}
.TextList002957 li a {
  font-size: 18px;
}
@media (max-width: 480px) {
  .TextList002957 li {
    font-size: 3vw;
    line-height: 10vw;
  }
  .TextList002957 li a {
    font-size: 3.5vw;
  }
}
