:root {
  --dominant-color: #ea8023;
}
.banner-title2 {
  font-size: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  margin: 10px auto;
}
@media screen and (max-width: 1600px) {
  .banner-title2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .banner-title2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .banner-title2 {
    font-size: 20px;
  }
}
.center {
  text-align: center;
}
.index-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: Montserrat-Bold;
}
@media screen and (max-width: 1600px) {
  .index-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .index-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .index-title {
    font-size: 20px;
  }
}
.index-title.center {
  text-align: center;
}
.index-summary {
  font-size: 16px;
  max-width: 900px;
  margin: auto;
  color: #000;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .index-summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .index-summary {
    font-size: 12px;
  }
}
.index-more {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.5s;
}
@media screen and (max-width: 750px) {
  .index-more {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.index-more:hover {
  background: #ea8023;
  border-color: #ea8023;
  color: #fff;
}
.index-button {
  background: #ea8023;
  color: #fff;
  padding: 13px 20px;
  border-radius: 20px;
  line-height: 1;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .index-button {
    display: none;
  }
}
.index1 {
  margin: 20px 0;
}
.index1 .index1-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .index1 .index1-box {
    flex-direction: column;
    grid-gap: 20px;
  }
}
.index1 .index1-box .index1-left {
  flex-basis: calc(950 / 1920 * 100%);
  position: relative;
}
.index1 .index1-box .index1-left .imgBox {
  padding-bottom: calc(20 / 19 * 100%);
}
.index1 .index1-box .index1-right {
  flex-basis: calc(950 / 1920 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .index1 .index1-box .index1-right {
    grid-gap: 20px;
  }
}
.index1 .index1-box .index1-right .imgBox {
  padding-bottom: calc(49 / 95 * 100%);
}
.index1 .index1-box .item {
  position: relative;
  display: block;
}
.index1 .index1-box .item .text {
  position: absolute;
  top: 100px;
  left: 70px;
  z-index: 2;
  color: #fff;
}
.index1 .index1-box .index1-left .item .text{
	left: 0%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .index1 .index1-box .item .text {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index1 .index1-box .item .text {
    top: 20px;
    left: 20px;
  }
}
.index1 .index1-box .item .text .title {
	font-family: Montserrat-Bold;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item .text .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .index1 .index1-box .item .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .index1 .index1-box .item .text .title {
    font-size: 20px;
  }
}
.index1 .index1-box .item .text .summary {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .index1 .index1-box .item .text .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .index1 .index1-box .item .text .summary {
    font-size: 14px;
  }
}
.index1 .index1-box .item .text .index-more {
  border: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
  .index1 .index1-box .item .text .index-more {
    margin-top: 20px;
  }
}
.index1 .index1-box .item:hover .index-more {
  background: #ea8023;
  border-color: #ea8023;
}
.index2 {
  position: relative;
  width: 90%;
  margin: auto;
}
.index2 img {
  width: 100%;
}
.index2 .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  height: fit-content;
}
.index2 .text .index-summary {
  margin-left: 0;
  color: #fff;
  max-width: 600px;
}
@media screen and (max-width: 990px) {
  .index2 .text .index-summary {
    max-width: 100%;
  }
}
.index2 .text .index-more {
  border-color: rgba(255, 255, 255, 0.3);
}
.index3 {
  text-align: center;
}
.index3 .index3-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1440px) {
  .index3 .index3-box {
    grid-template-columns: repeat(3, 1fr);
    margin: 50px auto;
  }
}
@media screen and (max-width: 750px) {
  .index3 .index3-box {
    grid-template-columns: repeat(1, 1fr);
    margin: 50px auto;
  }
}
.index3 .item {
  position: relative;
  overflow: hidden;
}
.index3 .item .img img {
  width: 100%;
}
.index3 .item .text {
  position: absolute;
  top: 40px;
  text-align: center;
  padding: 20px;
  width: 100%;
}
.index3 .item .text .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.index3 .item .text .title {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.index4 {
  margin: 120px auto;
}
.index4 .index-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .index4 .index-title {
    margin-bottom: 20px;
  }
}
.index4 .index4-box {
  display: flex;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 750px) {
  .index4 .index4-box {
    flex-direction: column;
  }
}
.index4 .index4-box .tab {
  flex-basis: 500px;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .index4 .index4-box .tab {
    padding: 20px;
    flex-basis: auto;
  }
}
.index4 .index4-box .tab .tab-reverse {
  transform: rotateY(180deg);
  overflow: scroll;
  padding-right: 30px;
  max-height: 260px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .index4 .index4-box .tab .tab-reverse {
    padding-right: 10px;
  }
}
.index4 .index4-box .tab .title {
  font-size: 24px;
  color: #000;
  opacity: 0.2;
}
@media screen and (max-width: 1440px) {
  .index4 .index4-box .tab .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .index4 .index4-box .tab .title {
    font-size: 16px;
  }
}
.index4 .index4-box .tab .summary {
  font-size: 16px;
  opacity: 0.6;
  display: none;
  margin-top: 6px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1440px) {
  .index4 .index4-box .tab .summary {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .index4 .index4-box .tab .summary {
    font-size: 12px;
  }
}
.index4 .index4-box .tab .item {
  cursor: pointer;
  transform: rotateY(180deg);
  margin-bottom: 30px;
}
.index4 .index4-box .tab .item:last-child {
  margin-bottom: 0;
}
.index4 .index4-box .tab .item.active .title {
  color: #ea8023;
  opacity: 1;
}
.index4 .index4-box .tab .item.active .summary {
  display: block;
}
.index4 .index4-box .tab-change {
  flex: 1;
}
.index4 .index4-box .tab-change .item {
  display: none;
}
.index4 .index4-box .tab-change .item.active {
  display: block;
}
.index5 {
  margin: 120px auto;
}
@media screen and (max-width: 750px) {
  .index5 {
    margin: 50px auto;
  }
}
.index5 .index5-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index5 .index5-top .index-title {
  margin-bottom: 0;
}
.index5 .index5-top .index-more {
  margin-top: 0;
}
.index5 .index5-box {
  display: flex;
  grid-gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box {
    flex-wrap: wrap;
  }
}
.index5 .index5-box .item {
  flex-basis: 33.33%;
  background: #f8f8f8;
  position: relative;
  padding: 50px 30px;
  transition: width 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .item {
    flex-direction: column;
    flex-basis: 100%;
  }
}
.index5 .index5-box .item .time,
.index5 .index5-box .item .summary {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .index5 .index5-box .item .time,
  .index5 .index5-box .item .summary {
    font-size: 12px;
  }
}
.index5 .index5-box .item .title {
  font-size: 20px;
  font-family: Montserrat-Bold;
  transition: all 0.5s;
}
@media screen and (max-width: 750px) {
  .index5 .index5-box .item .title {
    font-size: 16px;
  }
}
.index5 .index5-box .item .summary {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .index5 .index5-box .item .summary {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
}
.index5 .index5-box .item .more {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .index5 .index5-box .item .more {
    margin-top: 50px;
  }
}
.index5 .index5-box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .index5 .index5-box .item .img {
    display: none;
  }
}
.index5 .index5-box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: #ea8023;
  background: linear-gradient(to top, rgba(234, 128, 35, 0.8), rgba(234, 128, 35, 0));
}
.index5 .index5-box .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index5 .index5-box .item .img .show-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 24px;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .index5 .index5-box .item .img .show-title {
    font-size: 20px;
  }
}
.index5 .index5-box .item:hover {
  flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
  .index5 .index5-box .item:hover {
    flex-basis: 100%;
  }
}
.index5 .index5-box .item:hover .img {
  opacity: 1;
  pointer-events: auto;
}
@keyframes china-shadow {
  0% {
    box-shadow: 0 0 0 35px rgba(233, 128, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(233, 128, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(233, 128, 0, 0.2);
  }
}
@keyframes twinkle {
  0% {
    background: #e98000;
  }
  50% {
    background: rgba(233, 128, 0, 0.2);
  }
  100% {
    background: #e98000;
  }
}
@keyframes run {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.index6 .index-title {
  font-size: 48px;
}
@media screen and (max-width: 1600px) {
  .index6 .index-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .index6 .index-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .index6 .index-title {
    font-size: 20px;
  }
}
.index6 .index6-map {
  margin-top: 40px;
  position: relative;
  width: 1380px;
}
@media screen and (max-width: 1600px) {
  .index6 .index6-map {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1366px) {
  .index6 .index6-map {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1280px) {
  .index6 .index6-map {
    zoom: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .index6 .index6-map {
    margin-top: 20px;
    width: 100%;
  }
}
.index6 .index6-map .china {
  position: absolute;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea8023;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  top: 31%;
  right: 23%;
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(233, 128, 0, 0.2);
  animation: china-shadow 2s linear 0.5s infinite;
}
@media screen and (max-width: 750px) {
  .index6 .index6-map .china {
    display: none;
  }
}
.index6 .index6-map .china .china-title {
  background: #ea8023;
  position: relative;
  z-index: 2;
}
.index6 .index6-map .china .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  background: #ea8023;
  transform-origin: 0 0;
}
.index6 .index6-map .china .line::after {
  content: '';
  border-width: 6px;
  width: 0;
  height: 0;
  border-color: #ea8023 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -6px;
  animation: run 5s linear 0.5s infinite;
}
.index6 .index6-map .china .line .point {
  width: 12px;
  height: 12px;
  background: #ea8023;
  position: absolute;
  left: -6px;
  right: 0;
  bottom: -12px;
  margin: auto;
  border-radius: 50%;
  animation: twinkle 1s linear 0.5s infinite;
}
.index6 .index6-map .china .line .point span {
  position: absolute;
  color: #ea8023;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.index6 .index6-map .china .line.line1 {
  transform: rotate(-30deg);
  height: 345px;
}
.index6 .index6-map .china .line.line1 .point {
  transform: rotate(30deg);
}
.index6 .index6-map .china .line.line2 {
  transform: rotate(57deg);
  height: 345px;
}
.index6 .index6-map .china .line.line2 .point {
  transform: rotate(-57deg);
}
.index6 .index6-map .china .line.line3 {
  transform: rotate(72deg);
  height: 650px;
}
.index6 .index6-map .china .line.line3 .point {
  transform: rotate(-72deg);
}
.index6 .index6-map .china .line.line4 {
  transform: rotate(79deg);
  height: 235px;
}
.index6 .index6-map .china .line.line4 .point {
  transform: rotate(-79deg);
}
.index6 .index6-map .china .line.line5 {
  transform: rotate(92deg);
  height: 800px;
}
.index6 .index6-map .china .line.line5 .point {
  transform: rotate(-92deg);
}
.index6 .index6-map .china .line.line6 {
  transform: rotate(112deg);
  height: 250px;
}
.index6 .index6-map .china .line.line6 .point {
  transform: rotate(-112deg);
}
.index6 .index6-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 750px) {
  .index6 .index6-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index6 .index6-bottom .item {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-start;
  padding: 50px 20px;
  transition: all 0.5s;
  justify-content: center;
}
.index6 .index6-bottom .item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  opacity: 0.1;
  filter: brightness(0);
  transition: all 0.5s;
}
.index6 .index6-bottom .item .text {
  text-align: left;
}
.index6 .index6-bottom .item .text .title {
  font-size: 60px;
  color: #ea8023;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .index6 .index6-bottom .item .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .index6 .index6-bottom .item .text .title {
    font-size: 30px;
  }
}
.index6 .index6-bottom .item .text .summary {
  font-size: 20px;
  color: #000;
  opacity: 0.6;
  transition: all 0.5s;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .index6 .index6-bottom .item .text .summary {
    font-size: 16px;
  }
}
.index6 .index6-bottom .item:hover {
  background: #ea8023;
}
.index6 .index6-bottom .item:hover .icon {
  opacity: 0.3;
  filter: none;
}
.index6 .index6-bottom .item:hover .text .title,
.index6 .index6-bottom .item:hover .text .summary {
  color: #fff;
}
.index7 {
  margin: 120px auto;
}
@media screen and (max-width: 750px) {
  .index7 {
    margin: 50px auto;
  }
}
.index7 .index-title {
  margin-bottom: 50px;
}
.index7 .swiper-slide {
  transition: all 0.5s;
  filter: brightness(0);
  opacity: 0.2;
}
.index7 .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
}
.index7 .swiper-slide img {
  height: 40px;
  width: auto;
}
.index8 {
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .index8 {
    padding: 50px 0;
  }
}
.xkfooter,
.footer-design-image {
  display: none;
}
/*# sourceMappingURL=index.css.map */