.About_01{
    padding: 60px 0;
}
.About_01 .box .boxLeft {
  width: 100%;
}
.About_01 .box .boxLeft .desc {
  font-size: 18px;
  color: #666;
  line-height: 2;
}
.About_01 .box .boxLeft .desc p {
  font-size: 18px;
  color: #666;
  line-height: 2;
}
.About_01 .box .boxLeft .desc .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #005bac;
}
.About_01 .box .boxLeft .desc .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_01 .box .boxLeft .desc .scroll {
    scrollbar-color: #005bac rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_01 .box .boxRight {
  width: 100%;
}
.About_01 .box .boxRight .video {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.About_01 .box .boxRight .video > img {
  width: 100%;
}
.About_01 .box .boxRight .video p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.77rem;
  height: 0.77rem;
  z-index: 2;
  cursor: pointer;
}
.About_01 .box .boxRight .video p svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.About_01 .box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.About_01 .box1 .item {
  background: #f5f7f9;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .About_01 .box1 .item:first-child {
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width: 1200px) {
  .About_01 .box1 .item:first-child {
    border-bottom: 1px solid #eee;
  }
}
.About_01 .box1 .item .img {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item .img img {
  width: 100%;
}
.About_01 .box1 .item .orientation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
}
.About_01 .box1 .item .orientation > div {
  width: 100%;
  text-align: center;
}
.About_01 .box1 .item .orientation > div .content1 svg {
  height: 0.6rem;
}
.About_01 .box1 .item .orientation > div .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item .orientation > div .content2 {
  font-size: var(--f30);
  font-weight: bold;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0.18rem 0;
}
.About_01 .box1 .item .orientation > div .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box1 .item:hover .img {
  opacity: 1;
}
.About_01 .box1 .item:hover .orientation .content1 path {
  fill: #fff;
}
.About_01 .box1 .item:hover .orientation .content2,
.About_01 .box1 .item:hover .orientation .content3 {
  color: #fff;
}


.post-navigation {
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0
}
.post-navigation .col {
	padding: 20px
}
.post-navigation .col:not(:last-of-type) {
	border-right: 1px solid rgba(17,17,17,.04)
}
.post-navigation .col a {
	color: #333;
	font-size: 12px;
	font-weight: 600;
}
.post-navigation .col.next-post2 {
	display: flex;
	justify-content: flex-end
}

.post-navigation .col.next-post2 a {
	justify-content: flex-end
}
.post-navigation .col i {
	display: inline-block;
	font-size: 14px
}
.post-navigation .ti-arrow-left {
	margin-right: 10px
}
.post-navigation .ti-arrow-right {
	margin-left: 10px
}
.post-navigation .col a:hover {
	color: #32c36c
}
.post-navigation .col.prev-post2 .fa {
	margin-right: 10px
}
.post-navigation .col.next-post2 .fa {
	margin-left: 10px
}