@charset 'UTF-8';
/*去除常见标签默认的margin 和 padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}
/* 设置网页统一的字体大小,行高,字体系列相关属性 */
body {
  font: 14px/1.5 "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
/* 去除a标签默认下划线,并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}
/* 设置img 的垂直对方式为居中对齐,去除img默认下间隙 */
img {
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}
/* 左浮动 */
.fl {
  float: left;
}
/* 右浮动 */
.fr {
  float: right;
}
/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* 样式部分，你可以根据需要自定义 */
.cookie-modal {
  display: none;
  /* 初始隐藏 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 36px;
  border: 1px solid #888;
  width: 62%;
  border-radius: 8px;
}
.cookie-modal-content button a {
  color: #000;
  text-decoration: none;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*公共样式*/
@font-face {
  font-family: 'icomoon';
  src: url('../public/icomoon/fonts/icomoon.eot');
  src: url('../public/icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('../public/icomoon/fonts/icomoon.ttf') format('truetype'), url('../public/icomoon/fonts/icomoon.woff') format('woff'), url('../public/icomoon/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*版心*/
.w {
  width: 1260px;
  margin: 0 auto;
}
/* 1. 超小屏幕下  大于等于 576  布局容器的宽度为 100% */
@media screen and (max-width: 576px) {
  .w {
    width: 100%;
    margin: 0 auto;
  }
}
/* 1. 超小屏幕下  大于等于 576  布局容器的宽度为 540px */
@media screen and (min-width: 576px) {
  .w {
    width: 540px;
    margin: 0 auto;
  }
}
/* 1. 超小屏幕下  大于等于 768  布局容器的宽度为 720px */
@media screen and (min-width: 768px) {
  .w {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .w {
    width: 960px;
    margin: 0 auto;
  }
}
/* 3. 中等屏幕下 大于等于 1200px   布局容器修改为 1140px */
@media screen and (min-width: 1200px) {
  .w {
    width: 1140px;
    margin: 0 auto;
  }
}
/* 4. 大屏幕下 大于等于1400布局容器修改为 1320 */
@media screen and (min-width: 1400px) {
  .w {
    width: 1320px;
    margin: 0 auto;
  }
}
/*HomePage-Top顶部*/
.HomePage-Top {
  height: 36px;
  background-color: #323131;
}
.HomePage-Top .w {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
.HomePage-Top .w .topLeft a,
.HomePage-Top .w .topRight a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.HomePage-Top .w .topLeft a {
  margin-right: 20px;
}
.HomePage-Top .w .topRight a {
  margin-left: 12px;
}
.HomePage-Top .w .topLeft a span {
  vertical-align: bottom;
}
.HomePage-Nav {
  display: flex;
  justify-content: space-between;
  height: 82px;
}
.HomePage-Nav .navLogo h1 {
  display: inline-block;
  width: 175px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 175px 43px;
  font-size: 0;
  color: #323131;
  text-decoration: none;
  vertical-align: sub;
}
.HomePage-Nav .navLogo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.HomePage-Nav .navRight ul {
  display: flex;
  justify-content: flex-end;
}
.HomePage-Nav .navRight ul li a {
  margin-left: 66px;
  line-height: 90px;
  font-weight: 800;
  color: #57585b;
}
.h {
  width: 100%;
  height: 888px;
  background-color: pink;
}
.HomePage-Footer {
  height: 333px;
  width: 100%;
  background-color: #f2f2f2;
}
.HomePage-Footer .w {
  display: flex;
  justify-content: space-between;
}
.HomePage-Footer .w ul {
  margin-top: 26px;
}
.HomePage-Footer .w ul li {
  padding: 8px 0;
}
.HomePage-Footer .w ul li:first-child {
  padding-bottom: 22px;
}
.HomePage-Footer .w ul li:first-child a {
  padding-bottom: 12px;
  border-bottom: 3px solid #083e7f;
  font-weight: 700;
  font-size: 16px;
}
.HomePage-Footer .w ul li a {
  color: #595757;
  letter-spacing: 0.5px;
}
.HomePage-Footer .w ul:nth-child(1) li:nth-child(3),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(5),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(7) {
  line-height: 0;
  padding-bottom: 20px;
}
.HomePage-Footer_Buttom {
  width: 100%;
  bottom: 0;
  background: #e6e6e6;
  height: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  clear: both;
}
.HomePage-Footer_Buttom .w a {
  text-decoration: none;
  color: #595757;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.HomePage-Footer_Buttom .w img {
  width: 8%;
}
/* 返回顶部 */
/* <!-- 第2步之返回顶部，CSS样式 --> */
#TPS_top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 40px;
  border-radius: 10px;
  text-decoration: none;
  display: none;
  background-color: #083e7f;
  border: 1px solid #fff;
}
#TPS_top span {
  display: block;
  width: 60px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-top: 4px;
}
#TPS_top span:hover {
  color: #666;
}
.w .HomePage-Nav .navRight ul li:nth-child(4) a {
  color: #083e7f;
  border-bottom: 3px solid #083e7f;
  padding-bottom: 3px;
}
body {
  margin: 0;
  padding: 0;
  /* min-height: 2000px; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
}
.AboutUsPage-Banner {
  width: 100%;
  height: 680px;
}
.AboutUsPage-Banner img {
  width: 100%;
  height: 100%;
}
.AboutUsPage-Title {
  width: 100%;
  height: 99px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}
.AboutUsPage-Title ul {
  display: flex;
  justify-content: center;
  line-height: 99px;
}
.AboutUsPage-Title ul li {
  margin-left: 66px;
}
.AboutUsPage-Title ul li a {
  font-size: 20px;
  color: #083e7f;
  padding: 0 66px 0 0;
  border-right: 2px solid #083e7f;
}
.AboutUsPage-Title ul li:nth-child(1) a {
  font-weight: 800;
}
.AboutUsPage-Title ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.AboutUsPage-Us {
  width: 100%;
  height: 566px;
}
.AboutUsPage-Us .w {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left {
  flex: 1;
  margin-top: 36px;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left h2 {
  font-weight: 800;
  color: #083e7f;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul {
  margin-top: 36px;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li {
  margin: 0 0 16px 0;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li p {
  display: inline;
  font-size: 16px;
  vertical-align: sub;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li p em {
  text-indent: 4;
  vertical-align: sub;
  letter-spacing: 0.6px;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li p em::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #083e7f;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: super;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li p span {
  text-indent: 4;
  vertical-align: sub;
}
.AboutUsPage-Us .w .AboutUsPage-Us-left .AboutUsPage_text ul li p span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #083e7f;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.AboutUsPage-Us .w .AboutUsPage-Us-right {
  flex: 1;
  padding-left: 88px;
}
.AboutUsPage-Us .w .AboutUsPage-Us-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.AboutUsPage-Us .w .AboutUsPage-Us-right ul:first-child {
  margin-bottom: 66px;
}
.AboutUsPage-Us .w .AboutUsPage-Us-right ul li h3 {
  font-size: 36px;
  font-weight: 800;
  color: #083e7f;
}
@keyframes move {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-6200px, 0, 0);
  }
}
.w .AboutUsPage-Certificate-title {
  display: flex;
  justify-content: space-between;
  margin: 26px 0;
}
.w .AboutUsPage-Certificate-title h3 {
  font-size: 26px;
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 4px solid #083e7f;
}
.w .AboutUsPage-Certificate-title a {
  font-size: 20px;
  padding-top: 16px;
  color: #ced0d0;
}
.AboutUsPage-Certificate-box {
  width: 100%;
  overflow: hidden;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img {
  display: flex;
  justify-content: space-between;
  animation: move 26s infinite linear;
  transition: all 0.3s;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img:hover {
  animation-play-state: paused;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items {
  width: 5700px;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  margin: 0 36px 0 0;
  text-align: center;
  transition: all 0.6s;
  box-shadow: 0 6px 12px 0 rgba(0, 44, 169, 0.06);
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items:last-child {
  margin-right: 0;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items:hover {
  border-bottom: 3px solid #083e7f;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items:hover img {
  transition: all 0.3s;
  transform: scale(1.02);
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items:hover span {
  transition: all 0.3s;
  color: #083e7f;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items span {
  text-align: center;
  display: block;
  width: 100%;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  background-color: #e6e6e6;
  color: #f2f2f2;
}
.AboutUsPage-Certificate-box .AboutUsPage-Certificate-img .AboutUsPage-Certificate-img-items img {
  width: 412px;
  height: 460px;
  overflow: hidden;
}
.w .AboutUsPage-TimeLine-title {
  margin: 26px 0;
  font-size: 26px;
}
.w .AboutUsPage-TimeLine-title h3 {
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 4px solid #083e7f;
}
.container {
  height: 100%;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  margin: 16px 0;
}
.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  height: 800px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 360px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #FFF;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.2);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 355px;
    font-size: 16px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 36px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 6%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 6%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.2);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
