﻿.banner video {
  width: 100%;
  height: 100%;
}
#aboutPage b,
#aboutPage h1,
#aboutPage h2,
#aboutPage h3,
#aboutPage h4,
#aboutPage h5,
#aboutPage h6 {
  font-weight: normal;
}
#aboutPage .inner {
  width: 15.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#aboutPage .title {
  font-size: 0.36rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
#aboutPage .subtitle {
  font-size: 0.24rem;
  color: #656565;
  text-align: center;
}
#aboutPage .item_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#aboutPage .item_box li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#aboutPage .item_box li a i,
#aboutPage .item_box li a b,
#aboutPage .item_box li a span,
#aboutPage .item_box li a p,
#aboutPage .item_box li a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutPage .item_box li a i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
#aboutPage .item_box li a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#aboutPage .item_box li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#aboutPage .p1 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#aboutPage .p1 .item_box li {
  width: 2.87rem;
  height: 3.61rem;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#aboutPage .p1 .item_box li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  padding-top: 0.8rem;
}
#aboutPage .p1 .item_box li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#aboutPage .p1 .item_box li a > div {
  position: relative;
  z-index: 3;
}
#aboutPage .p1 .item_box li a i {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-left: 1rem;
  margin-bottom: 0.55rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}
#aboutPage .p1 .item_box li a h6 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 0.3rem;
}
#aboutPage .p1 .item_box li a h6 span {
  display: block;
}
#aboutPage .p1 .item_box li a p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6rem;
  position: relative;
  top: 1.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0 0.34rem;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: justify;
}
#aboutPage .p1 .item_box li a.s1 {
  background: url(../image/H8HDK3.png) no-repeat center;
}
#aboutPage .p1 .item_box li a.s1 i {
  margin-bottom: 0.66rem;
  background: url(../image/about_icon_1.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#aboutPage .p1 .item_box li a.s2 {
  background: url(../image/gywm2.png) no-repeat center;
}
#aboutPage .p1 .item_box li a.s2 i {
  background: url(../image/about_icon_2.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#aboutPage .p1 .item_box li a.s3 {
  background: url(../image/gywm3.png) no-repeat center;
}
#aboutPage .p1 .item_box li a.s3 i {
  background: url(../image/about_icon_3.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#aboutPage .p1 .item_box li a.s4 {
  background: url(../image/gywm4.png) no-repeat center;
}
#aboutPage .p1 .item_box li a.s4 i {
  margin-bottom: 0.66rem;
  background: url(../image/about_icon_4.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#aboutPage .p1 .item_box li a[class*='s'] {
  -o-background-size: cover;
  background-size: cover;
}
#aboutPage .p1 .item_box .cur {
  width: 6rem;
}
#aboutPage .p1 .item_box .cur a i {
  margin-left: 0.55rem;
  margin-bottom: 0.25rem !important;
}
#aboutPage .p1 .item_box .cur a h6 {
  margin-bottom: 0.25rem;
}
#aboutPage .p1 .item_box .cur a h6 span {
  display: inline-block;
  margin-left: 0.34rem;
}
#aboutPage .p1 .item_box .cur a h6 span:nth-child(2) {
  margin-left: 0.1rem;
}
#aboutPage .p1 .item_box .cur a p {
  top: 0rem;
}
#aboutPage .p2 {
  text-align: center;
}
#aboutPage .p2 .sub_ul {
  display: inline-block;
  width: 11rem;
}
#aboutPage .p2 .sub_ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  float: left;
  width: 50%;
  padding-left: 0.3rem;
  position: relative;
  line-height: 0.4rem;
}
#aboutPage .p2 .sub_ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ff5050;
  border-radius: 50%;
}
#aboutPage .p2 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#aboutPage .p2 .item_box li {
  width: 3.7rem;
  height: 3rem;
}
#aboutPage .p2 .item_box li a div {
  overflow: hidden;
  border: 0.16rem solid #dcdcdc;
}
#aboutPage .p2 .item_box li a div img {
  vertical-align: middle;
  width: 3.4rem;
  height: 2.7rem;
}
#aboutPage .p3 .item_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.03rem solid #f4f6f9;
}
#aboutPage .p3 .item_box li:not(:last-child) {
  margin-right: 0.55rem;
}
#aboutPage .p3 .item_box li a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  padding: 0 0.05rem 0.3rem 0.05rem;
  font-size: 0.18rem;
  color: #001330;
}
#aboutPage .p3 .item_box .cur a {
  border-bottom: 0.05rem solid #2c66da;
}
#aboutPage .p3 .img_box {
  width: 15.6rem;
  height: 3.24rem;
  overflow: hidden;
}
#aboutPage .p3 .img_box li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 12.5%;
  height: 1.08rem;
  text-align: center;
  line-height: 1.08rem;
  border: 0.01rem solid #e5e5e5;
}
#aboutPage .p3 .img_box li img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
#aboutPage .p4 .coures_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#aboutPage .p4 .coures_box ::-webkit-scrollbar {
  width: 0.12rem;
  border-radius: 0.05rem;
  background: #f4f6f9;
}
#aboutPage .p4 .coures_box ::-webkit-scrollbar-thumb {
  background: #e5e7ea;
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
#aboutPage .p4 .coures_box ::-webkit-scrollbar-track-piece {
  width: 0.12rem;
  border-radius: 0.05rem;
  background: #f4f6f9;
}
#aboutPage .p4 .coures_box #couresTimeSwiper {
  margin: 0;
  width: 2.3rem;
  height: 8.45rem;
  padding-right: 0.45rem;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-wrapper {
  width: 100%;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-slide {
  height: 0.9rem;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-scrollbar {
  width: 0.12rem;
  border-radius: 0.05rem;
  background: #f4f6f9;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-scrollbar-drag {
  background: #e5e7ea;
  border-radius: 0.05rem;
  -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_time {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.2rem;
  color: #c1c6cd;
  position: relative;
  padding-right: 0.4rem;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_time::before,
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_time::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.08rem;
  width: 0.03rem;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_time::before {
  z-index: 10;
  height: 0;
  background-color: #c1c6cd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_time::after {
  z-index: 9;
  height: 100%;
  background-color: #e5e7ea;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .coures_ico {
  z-index: 11;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #cfd3d8;
  background-color: #f4f6f9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.04rem;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-slide-active .coures_time {
  font-size: 0.22rem;
  font-weight: bold;
  color: #1650b0;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-slide-active .coures_time::before {
  z-index: 10;
  height: 100%;
  background-color: #c1c6cd;
}
#aboutPage .p4 .coures_box #couresTimeSwiper .swiper-slide-active .coures_ico {
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  border: 0.03rem solid #1650b0;
  right: 0rem;
}
#aboutPage .p4 .coures_box #couresImgSwiper {
  width: 13rem;
  height: 8.45rem;
}
#aboutPage .p4 .coures_box .milestone-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.35rem;
  background: #fff;
  border-radius: 0.09rem;
}
#aboutPage .p4 .coures_box .milestone-content .image {
  max-width: 100%;
  max-height: 4.72rem;
  margin: 0 auto;
  width: 100%;
}
#aboutPage .p4 .coures_box .milestone-content .image img {
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  max-width: 100%;
  max-height: 6.72rem;
  width: 100%;
}
#aboutPage .p4 .coures_box .milestone-content .info {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  text-align: center;
}
#aboutPage .p4 .coures_box .milestone-content .info .date {
  margin: 0.6rem 0;
  font-size: 0.28rem;
  color: #7f8997;
}
#aboutPage .p4 .coures_box .milestone-content .info .event {
  position: relative;
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
}
#aboutPage .p4 .coures_box .milestone-content .info .quote-left {
  position: absolute;
  left: 0.3rem;
  top: -0.4rem;
  width: 0.53rem;
  height: 0.38rem;
  background: url(../image/quote-left.png) center;
  -o-background-size: 100%;
  background-size: 100%;
}
#aboutPage .p4 .coures_box .milestone-content .info .quote-right {
  position: absolute;
  right: 0.3rem;
  bottom: 0rem;
  width: 0.53rem;
  height: 0.38rem;
  background: url(../image/quote-right.png) center;
  -o-background-size: 100%;
  background-size: 100%;
}
#aboutPage .p4 .coures_box #couresTimeSlide {
  margin: 0;
  width: 2.3rem;
  height: 8.45rem;
  padding-right: 0.45rem;
  overflow-y: scroll;
}
#aboutPage .p4 .coures_box #couresTimeSlide li {
  height: 0.9rem;
}
#aboutPage .p4 .coures_box #couresTimeSlide .coures_time {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.2rem;
  color: #c1c6cd;
  position: relative;
  padding-right: 0.4rem;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#aboutPage .p4 .coures_box #couresTimeSlide .coures_time::before,
#aboutPage .p4 .coures_box #couresTimeSlide .coures_time::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.08rem;
  width: 0.03rem;
}
#aboutPage .p4 .coures_box #couresTimeSlide .coures_time::before {
  z-index: 10;
  height: 0;
  background-color: #c1c6cd;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#aboutPage .p4 .coures_box #couresTimeSlide .coures_time::after {
  z-index: 9;
  height: 100%;
  background-color: #e5e7ea;
}
#aboutPage .p4 .coures_box #couresTimeSlide .coures_ico {
  z-index: 11;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #cfd3d8;
  background-color: #f4f6f9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.04rem;
}
#aboutPage .p4 .coures_box #couresTimeSlide li.on .coures_time {
  font-size: 0.22rem;
  font-weight: bold;
  color: #1650b0;
}
#aboutPage .p4 .coures_box #couresTimeSlide li.on .coures_time::before {
  z-index: 10;
  height: 100%;
  background-color: #c1c6cd;
}
#aboutPage .p4 .coures_box #couresTimeSlide li.on .coures_ico {
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  border: 0.03rem solid #1650b0;
  right: 0rem;
}
#aboutPage .p4 .coures_box #couresImgSlide {
  width: 13rem;
  height: 8.45rem;
}
#aboutPage .p5 .item_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.03rem solid #f4f6f9;
}
#aboutPage .p5 .item_box li:not(:last-child) {
  margin-right: 0.55rem;
}
#aboutPage .p5 .item_box li a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  padding: 0 0.05rem 0.3rem 0.05rem;
  font-size: 0.18rem;
  color: #001330;
}
#aboutPage .p5 .item_box .cur a {
  border-bottom: 0.05rem solid #2c66da;
}
#aboutPage .p5 .pane p {
  font-size: 0.18rem;
  color: #979797;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
#aboutPage .p5 .pane p:nth-child(1) span:nth-child(1) {
  width: 55%;
}
#aboutPage .p5 .pane p:nth-child(1) span:nth-child(2) {
  width: 45%;
}
#aboutPage .p5 .pane p:nth-child(2) span:nth-child(1) {
  width: 15%;
}
#aboutPage .p5 .pane p:nth-child(2) span:nth-child(2) {
  width: 40%;
}
#aboutPage .p5 .pane p:nth-child(2) span:nth-child(3) {
  width: 45%;
}
#aboutPage .p5 .pane .map {
  width: 100%;
  height: 4.33rem;
}
