﻿.arshine-about {
  padding-top: 60px;
}
.arshine-about .c-box {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-align:justify;
}
.arshine-about .c-box p ~ p {
  margin-top: 15px;
}
.arshine-about .c-img {
  width: 44.5%;
  margin-right: 30px;
}
.arshine-about .c-img a {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.arshine-about .c-img a img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.arshine-about .c-img a .play{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.arshine-about .c-img a:hover img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.arshine-about .rich-text {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.indexB-arshine {
  padding: 80px 0;
}
.indexB-arshine ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indexB-arshine ul li {
  width: 25%;
  text-align: center;
}
.indexB-arshine ul li h5 {
  color: var(--color);
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.indexB-arshine ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -15px;
  top: 2px;
  color: var(--color);
  font-size: 24px;
}
.indexB-arshine ul li h5::after {
  right: -60px;
}
.indexB-arshine ul li p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}
@media screen and (max-width: 1441px) {
  .indexB-arshine ul li h5 {
    font-size: 50px;
  }
  .indexB-arshine ul li p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .indexB-arshine {
    padding: 60px 0;
  }
  .indexB-arshine ul {
    margin-top: -30px;
  }
  .indexB-arshine ul li {
    margin-top: 30px;
    width: 50%;
    text-align: center;
  }
  .indexB-arshine ul li h5::after {
    font-size: 18px;
  }
  .indexB-arshine ul li h5::after {
    right: -20px;
  }
  .indexB-arshine ul li h5 {
    font-size: 44px;
  }
  .indexB-arshine ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .indexB-arshine {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 480px) {
  .indexB-arshine ul li h5 {
    font-size: 36px;
  }
  .indexB-arshine ul li h5 {
    font-size: 40px;
  }
}
.sec-boxs {
}
.sec-boxs .sb-til {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-boxs .sb-til .til {
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.sec-boxs .sb-til .til:before {
  content: " ";
  left: 0;
  bottom: -2px;
  width: 150px;
  height: 4px;
  display: block;
  background: var(--color);
  position: absolute;
}
.sec-boxs .sb-til.on .til:before {
  margin-left: 50%;
  left: -75px;
}
@media screen and (max-width: 1441px) {
  .sec-boxs .sb-til .til {
    font-size: 48px;
  }
}
@media screen and (max-width: 1367px) {
  .sec-boxs .sb-til .til {
    font-size: 44px;
  }
  .arshine-about {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1281px) {
  .sec-boxs .sb-til .til {
    font-size: 40px;
  }
}
@media screen and (max-width: 1171px) {
  .sec-boxs .sb-til .til {
    margin-bottom: 25px;
    padding-bottom: 8px;
    line-height: 36px;
    font-size: 36px;
  }
  .sec-boxs .sb-til .til:before {
    height: 2px;
  }
}
@media screen and (max-width: 992px) {
  .sec-boxs .sb-til .til {
    line-height: 32px;
    font-size: 32px;
  }
  .arshine-about .c-box {
    display: block;
  }
  .arshine-about .c-img {
    margin-right: 0;
    width: 100%;
  }
  .arshine-about .rich-text {
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec-boxs .sb-til .til {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 28px;
  }
  .arshine-about .c-box p ~ p {
    margin-top: 10px;
  }
  .arshine-about .c-img a {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec-boxs .sb-til .til {
    line-height: 26px;
    font-size: 26px;
  }
}
@media screen and (max-width: 560px) {
  .arshine-about {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec-boxs .sb-til .til {
    line-height: 24px;
    font-size: 24px;
  }
}
.sec-boxs .sb-con {
}
.sb1 {
  padding-bottom: 80px;
}
.sb1 .sb-con {
}
.sb1 .sb-con .c-con {
  padding: 0 60px;
  position: relative;
}
.sb1 .sb-con .c-con .btn-prev, .sb1 .sb-con .c-con .btn-next {
  margin-top: -30px;
  top: 50%;
  display: block;
  position: absolute;
  z-index: 2;
}
.sb1 .sb-con .c-con .btn-prev i, .sb1 .sb-con .c-con .btn-next i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  display: block;
}
.sb1 .sb-con .c-con .btn-prev i:before, .sb1 .sb-con .c-con .btn-next i:before {
  width: 100%;
  display: block;
}
.sb1 .sb-con .c-con .btn-prev {
  left: 0;
}
.sb1 .sb-con .c-con .btn-next {
  right: 0;
}
.sb1 .sb-con .c-con .swiper-button-disabled {
  opacity: 0.5;
}
.sb1 .sb-con .c-con .swiper-slide {
  padding: 0 12px;
  text-align: center;
}
.sb1 .sb-con .c-con .swiper-slide .til {
  margin-top: 12px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
  overflow: hidden;
}
.sb1 .sb-con .c-con .swiper-slide .con {
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 560px) {
  .sb1 {
    padding-bottom: 10vw;
  }
}
.sb2 {
  padding-bottom: 80px;
}
.sb2 .sb-con {
}
.sb2 .sb-con ul {
  margin: -30px -15px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sb2 .sb-con ul li {
  margin-top: 30px;
  padding: 0 15px;
  width: 25%;
}
.sb2 .sb-con ul li .img {
  text-align: center;
}
@media screen and (max-width: 992px) {
.sb2 .sb-con ul {
  margin: -16px -8px 0;
}
.sb2 .sb-con ul li {
  margin-top: 16px;
  padding: 0 8px;
  width: 50%;
}
}
.sb3 {
  padding-bottom: 80px;
}
.sb3 .sb-con {
}
.sb3 .sb-con .item {
  display: none;
}
.sb3 .sb-con .item.active {
  display: -webkit-flex;
  display: flex;
}
.sb3 .sb-con .list {
  -webkit-flex: 1;
  flex: 1;
  background: #f0f0f0;
  padding: 0 0 0 30px;
}
.sb3 .sb-con .list .scrollbar-inner {
  height: 530px;
}
.sb3 .sb-con .list ul {
  padding: 30px 0 50px;
}
.sb3 .sb-con .list ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.sb3 .sb-con .list ul li + li {
  margin-top: 60px;
}
.sb3 .sb-con .list ul li .pic {
  display: none;
}
.sb3 .sb-con .list ul li .ico {
  width: 120px;
  height: 100px;
  background: #999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.sb3 .sb-con .list ul li .ico img {
}
.sb3 .sb-con .list ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 22px;
  color: #333;
}
.sb3 .sb-con .list ul li .txt h5 {
  font-size: 24px;
}
.sb3 .sb-con .list ul li .txt p {
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 0;
}
.sb3 .sb-con .list ul li.active .ico {
  background: var(--color);
}
.sb3 .sb-con .list ul li.active .txt {
  color: var(--color);
}
.sb3 .sb-con .item > .pic {
  width: 844px;
}
.sb3 .sb-con .item > .pic ul {
  width: 100%;
  height: 100%;
}
.sb3 .sb-con .item > .pic ul li {
  display: none;
  width: 100%;
  height: 100%;
}
.sb3 .sb-con .item > .pic ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.sb3 .sb-con .tab {
  border: 2px solid #f1f1f1;
  border-top: none;
}
.sb3 .sb-con .tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sb3 .sb-con .tab ul li {
  width: 25%;
  height: 118px;
  font-size: 24px;
  color: var(--color);
  padding: 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sb3 .sb-con .tab ul li::before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 18px 24px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: var(--color);
  position: absolute;
  top: -36px;
  left: calc(50% - 24px);
  display: none;
}
.sb3 .sb-con .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.sb3 .sb-con .tab ul li.active::before {
  display: block;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0 20px 0 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #c7c7c7;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #999;
  width: 8px;
  left: 0;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}
@media screen and (max-width: 1500px) {
  .sb3 .sb-con .list .scrollbar-inner {
    height: 502px;
  }
  .sb3 .sb-con .tab ul li {
    padding: 0 50px;
  }
  .sb3 .sb-con .item > .pic {
    width: 800px;
  }
}
@media screen and (max-width: 1441px) {
  .sb3 .sb-con h3 {
    font-size: 48px;
  }
  .sb3 .sb-con .list .scrollbar-inner {
    height: 471px;
  }
  .sb3 .sb-con .list {
    padding: 0 0 0 25px;
  }
  .sb3 .sb-con .list ul li + li {
    margin-top: 50px;
  }
  .sb3 .sb-con .list ul li .ico {
    width: 100px;
    height: 100px;
  }
  .sb3 .sb-con .list ul li .ico img {
  }
  .sb3 .sb-con .list ul li .txt h5 {
    font-size: 22px;
  }
  .sb3 .sb-con .list ul li .txt p {
    line-height: 22px;
  }
  .sb3 .sb-con .item > .pic {
    width: 750px;
  }
  .sb3 .sb-con .tab ul li {
    padding: 0 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1367px) {
  .sb3 .sb-con h3 {
    font-size: 44px;
  }
  .sb3 .sb-con .list .scrollbar-inner {
    height: 439px;
  }
  .sb3 .sb-con .item > .pic {
    width: 700px;
  }
}
@media screen and (max-width: 1281px) {
  .sb3 .sb-con h3 {
    font-size: 40px;
  }
  .sb3 .sb-con .tab ul li {
    padding: 0 30px;
    font-size: 20px;
  }
  .sb3 .sb-con .list ul li .ico {
    width: 80px;
    height: 80px;
  }
  .sb3 .sb-con .list ul li .ico img {
    max-width: 60%;
    max-width: 60%;
  }
  .sb3 .sb-con .list ul li .txt h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1171px) {
  .sb3 .sb-con h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .sb3 .sb-con h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sb3 .sb-con h3 {
    font-size: 28px;
  }
  .sb3 .sb-con .content {
  }
  .sb3 .sb-con .item {
    display: none;
  }
  .sb3 .sb-con .item.active {
    display: block;
  }
  .sb3 .sb-con .list {
    -webkit-flex: 1;
    flex: 1;
    background: #f0f0f0;
    padding: 0 0 0 10px;
  }
  .sb3 .sb-con .list .scrollbar-inner {
    height: auto;
  }
  .sb3 .sb-con .list ul {
    padding: 10px 0 30px;
  }
  .sb3 .sb-con .list ul li {
    display: block;
    position: relative;
  }
  .sb3 .sb-con .list ul li + li {
    margin-top: 20px;
  }
  .sb3 .sb-con .list ul li .pic {
    display: block;
  }
  .sb3 .sb-con .list ul li .ico {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--color);
    opacity: 0.7;
  }
  .sb3 .sb-con .list ul li .txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .sb3 .sb-con .list ul li.active .ico {
    background: var(--color);
    opacity: 0.7;
  }
  .sb3 .sb-con .list ul li.active .txt {
    color: #333;
  }
  .sb3 .sb-con .item > .pic {
    display: none;
  }
  .sb3 .sb-con .tab {
    margin-top: 10px;
    border: none;
  }
  .sb3 .sb-con .tab ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sb3 .sb-con .tab ul li {
    width: 48%;
    height: 60px;
    font-size: 20px;
    padding: 0 10px;
    border: 2px solid #f1f1f1;
    margin: 10px 0 0;
  }
  .sb3 .sb-con .tab ul li::before {
    border-width: 10px 14px;
    top: -20px;
    left: calc(50% - 14px);
  }
}
@media screen and (max-width: 600px) {
  .sb3 .sb-con h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 560px) {
  .sb3 {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sb3 .sb-con h3 {
    font-size: 24px;
  }
  .sb3 .sb-con .tab ul li {
    font-size: 16px;
  }
  .sb3 .sb-con .list ul li .txt p {
    font-size: 15px;
  }
}