﻿
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}

.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}



.swiper-box {
  position: relative;
}


.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mt {
  margin-top: 1.2rem;
}
.nymt {
  margin-top: 1.5rem;
}


.index-title-box {
  margin-bottom: 0.35rem;
}
.index-title-box.center {
  text-align: center;
}
.index-title-box.center .line {
  margin: 0 auto;
}
.index-title-box h3 {
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.index-title-box .en {
  font-size: 0.18rem;
  color: #d3d3d3;
  font-family: "mr";
  text-transform: uppercase;
  line-height: 0.24rem;
  margin: 0.05rem auto 0.26rem;
}
.index-title-box .line {
  width: 0.4rem;
  height: 0.05rem;
  background-image: linear-gradient(-90deg, #73BF03 0%, #73BF03 100%);
  background-blend-mode: normal, normal;
}
.index-title-box .brief {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
  color: #666;
}

.index-box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .info,
.index-box-1 .pic {
  width: 50%;
}
.index-box-1 .info {
  background-size: cover;
  padding-right: 0.8rem;
  padding-left: 8%;
}
.index-box-1 .pic {
  position: relative;
}
.index-box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .pic:hover .button-svg {
  stroke-dashoffset: 0;
}
.index-box-1 .pic img {
  transition-duration: 2s;
  height:9rem;
}
.index-box-1 .play {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -0.55rem;
  margin-left: -0.55rem;
  cursor: pointer;
}
.index-box-1 .play svg {
  width: 100%;
  height: 100%;
}
.index-box-1 .play circle {
  cx: 0.55rem;
  cy: 0.55rem;
  r: 0.52rem;
}
.index-box-1 .play i {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.36rem;
  margin-left: -0.36rem;
  z-index: 10;
}
.index-box-1 .play .button-svg {
  stroke-dasharray: 251 251;
  stroke-dashoffset: 251;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-box-1 h1 {
  font-size: 0.36rem;
  font-weight: 700;
}
.index-box-1 .since {
  font-size: 0.48rem;
  text-transform: uppercase;
  line-height: 0.48rem;
  margin-top: 0.2rem;
  background-image: -webkit-linear-gradient(#73BF03, #73BF03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-1 .desc {
  line-height: 0.26rem;
  margin: 0.24rem auto 0.10rem;
  font-size:0.16rem;
}
.index-box-1 .desc p{
	padding:0.06rem 0;
	color:#666;
}
.index-box-1 .desc strong{
    font-weight: bold; color: #73BF03;
}
.index-box-1 .data {
  margin-bottom: 0.44rem;
}
.index-box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .data p {
  line-height: 0.24rem;
}
.index-box-1 .data .num {
  font-size: 0.48rem;
  font-family: "mb";
  line-height: 0.48rem;
  height: 0.48rem;
  color: #73BF03;
}
.index-box-1 .data em {
  font-size: var(--fs16);
  color: #333;
  margin-left: 0.08rem;
}
.index-box-1 .data p {
  margin-top: 0.07rem;
  line-height: 0.24rem;
}


.index-box-1 .business{ padding:0.2rem 0px 0.2rem 0px; display: flex ; flex-wrap: wrap;}
.index-box-1 .business li{ width:22%; float:left; margin-right:4%; text-align:center} 
.index-box-1 .business li:nth-child(4){ margin-right:0;}
.index-box-1 .business li img{ height:50px; width: auto; margin-bottom:0.1rem}
.index-box-1 .business li p{ font-size:0.15rem; color:#666; line-height:20px;  font-family: "hr";}

.index-box-1 .honor{ padding:0.1rem 0px 0.1rem 0px; display: flex ; flex-wrap: wrap;}
.index-box-1 .honor li{ width:32%; float:left; min-height:1.1rem; padding:0.2rem 0.2rem 0.2rem 0.2rem; background:#f1f2f6; border-radius:0.1rem; margin-right:2%}
.index-box-1 .honor li:nth-child(3){  margin-right:0;}
.index-box-1 .honor .pic{ width:100%; text-align:center}
.index-box-1 .honor .pic img{ width:30%; height:auto; margin-bottom:5px}
.index-box-1 .honor .con{  width:100%; text-align:center}
.index-box-1 .honor .con h2{ padding:0.02rem 0 0 0; color:#73bf03; font-family: "hb"; font-weight:bold; font-size:0.3rem;}
.index-box-1 .honor .con p{font-size:0.16rem; color:#333; line-height:0.2rem; }
.index-box-1 .more{ padding-top:0.3rem}

.gt-about{ padding:0.3rem 0 0.8rem 0}
.gt-about .culture{ padding:0 0}
.gt-about .culture li{ width:23.5%; float:left; margin-right:2%; min-height:2rem; padding:0.46rem 0.06rem; text-align:center; background:#f0f2f5; border-radius:0.12rem;}
.gt-about .culture li:nth-child(4){ margin-right:0;}
.gt-about .culture li img{ height:0.9rem; width:auto; margin-bottom:0.10rem }
.gt-about .culture li h2{font-family: "hb"; font-weight:bold; font-size:0.24rem; color:#73bf03; padding:0 0 0.1rem 0;}
.gt-about .culture li p{font-size:0.17rem; color:#333; line-height:0.2rem; }

.index-box-2 {
  position: relative;
}
.index-box-2 .tab-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 10;
  width: 100%;
}
.index-box-2 .tab-box a {
  position: relative;
  width: 20%;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  align-items: center;
  height: 1.08rem;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
}
.index-box-2 .tab-box a.on:before {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .tab-box a:hover .icon {
  animation: shake 0.4s ease;
}
.index-box-2 .tab-box a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(-90deg, #73bf03 0%, #73bf03 100%);
  background-blend-mode: normal, normal;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-2 .tab-box .icon {
  margin-right: 0.6rem;
}
.index-box-2 .tab-box .icon img {
  height: 0.4rem;
}
.index-box-2 .tab-box .icon .init {
  display: none;
}
.index-box-2 .tab-box .name {
  font-size: 0.18rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.36rem;
  max-width: calc(100% - 1.8rem);
}
.index-box-2 .swiper-slide.swiper-slide-active .name,
.index-box-2 .swiper-slide.swiper-slide-active .ename,
.index-box-2 .swiper-slide.swiper-slide-active .desc,
.index-box-2 .swiper-slide.swiper-slide-active .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .swiper-slide a {
  display: block;
}
.index-box-2 .swiper-slide .pic {
  position: relative;
}
.index-box-2 .swiper-slide .pic:before {
  content: "";
  width: 100%;
  height: 99%;
  background: url(../images/shadow.png) no-repeat center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-2 .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 2.02rem;
}
.index-box-2 .swiper-slide .name,
.index-box-2 .swiper-slide .ename,
.index-box-2 .swiper-slide .desc,
.index-box-2 .swiper-slide .index-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.index-box-2 .swiper-slide .name,
.index-box-2 .swiper-slide .ename,
.index-box-2 .swiper-slide .desc {
  width: 42.57%;
  color: #fff;
}
.index-box-2 .swiper-slide .name {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 700;
}
.index-box-2 .swiper-slide .ename {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-family: "mb";
  text-transform: uppercase;
  margin: 0.1rem 0 0.5rem;
  transition-delay: 0.12s;
}
.index-box-2 .swiper-slide .desc {
   font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.43rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 1.5rem;
  transition-delay: 0.24s;
}
.index-box-2 .swiper-slide .index-more {
  transition-delay: 0.36s;
}
.index-box-2 .swiper-slide .index-more:hover {
  transition-delay: 0s;
}


@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@media screen and (max-width: 800px) {
	
.mt {
  margin-top: 10px;
}
.nymt {
  margin-top:40px;
}


  .box-container{
    display: block;
    padding: 0 0.3rem 0.4rem;
    position: relative;
    background-size: contain;
	width:100%;
  }
  
  .index-box-1 {
    display: block;
    padding: 0 0.3rem 0.4rem;
    position: relative;
    background-size: contain;
  }
  .index-box-1 .index-title-box {
    margin-bottom: 0.54rem;
  }
  
  
  .index-box-1 .info,
  .index-box-1 .pic {
    width: 100%;
  }
  .index-box-1 .info {
    background: none;
    padding:30px 0px 0px 0px;
  }
  .index-box-1 .pic {
    margin-top: 10px;
  }
  
  .index-box-1 .pic img {
  height:100%;
}


  .index-box-1 .play {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    cursor: pointer;
  }
  .index-box-1 .play circle {
    cx: 0.7rem;
    cy: 0.7rem;
    r: 0.68rem;
    stroke-width: 0.04rem;
  }
  .index-box-1 .play i {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    background-size: 0.8rem;
  }
  .index-box-1 .play .button-svg {
    stroke-dasharray: 220 220;
    stroke-dashoffset: 260;
  }
  .index-box-1 h1 {
    font-size: 24px;
  }
  
  .index-box-1 .since {
  font-size:32px;
  text-transform: uppercase;
  line-height: 34px;
  margin-top:20px;
  background-image: -webkit-linear-gradient(#73BF03, #73BF03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-box-2 .swiper-slide .pic:before {
  content: "";
  width: 100%;
  height: 98%;
  background: url(../images/shadow.png) no-repeat center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
  .index-box-1 .desc {
    line-height:22px;
    margin: 20px 0px 10px 0px;
	font-size:14px;
  }
  .index-box-1 .desc p{
	padding:6px 0;
	font-size:14px; line-height:22px; color:#666;
}

  .index-box-1 .data {
    margin-bottom: 1rem;
  }
  .index-box-1 .data li {
    max-width: 44%;
    margin-right: 0.3rem;
  }
  .index-box-1 .data li:last-child {
    margin-right: 0;
  }
  .index-box-1 .data p {
    line-height: 0.36rem;
  }
  .index-box-1 .data em {
    font-size: 0.24rem;
    margin-left: 0.06rem;
  }
  .index-box-1 .data p {
    margin-top: 0.1rem;
    line-height: 0.32rem;
    font-size: 0.24rem;
  }
  .data i {
    font-size: 14px;
    height: 10px;
    line-height: 10px;
    top: -4px;
  }
  .index-box-2 .tab-box {
    position: static;
  }
  .index-box-2 .tab-box a {
    width: 50%;
    height: 1.26rem;
    background: #193735;
    padding: 0.2rem 0.15rem;
    border-color: #ffffff;
	color:#FFF;
    box-shadow: none;
  }
  .index-box-2 .tab-box a:nth-child(10) {
    display: none;
  }
  .index-box-2 .tab-box a.on .icon .init {
    display: none;
  }
  .index-box-2 .tab-box a.on .icon .on {
    display: block;
  }
  .index-box-2 .tab-box a.on .name {
    color: #fff;
  }
  .index-box-2 .tab-box .icon {
    margin-right: 0.2rem;
  }
  .index-box-2 .tab-box .icon .init {
    display: block;
  }
  .index-box-2 .tab-box .icon .on {
    display: none;
  }
  .index-box-2 .tab-box .icon img {
    height: 0.46rem;
  }
  .index-box-2 .tab-box .name {
    color: #ffffff;
    font-size: 0.30rem;
    line-height: 0.36rem;
    max-width: calc(100% - 0.8rem);
  }
  .index-box-2 .swiper-slide .info {
    padding-top: 0.6rem;
	width:96%;
  }
  .index-box-2 .swiper-slide .name,
  .index-box-2 .swiper-slide .ename,
  .index-box-2 .swiper-slide .desc {
    width: 100%;
  }
  .index-box-2 .swiper-slide .name {
    font-size: 0.34rem;
    line-height: 0.4rem;
  }
  .index-box-2 .swiper-slide .ename {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.06rem 0 0.2rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .index-box-2 .swiper-slide .desc {
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 3;
  }
  .index-box-2 .swiper-slide .index-more {
    display: none;
  }
 
 .index-title-box h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0px;
}
.index-title-box .en {
  font-size: 16px;
  color: #d3d3d3;
  text-transform: uppercase;
  line-height: 20px;
  margin: 5px auto 10px;
}
.index-title-box .line {
  width: 60px;
  height: 4px;
  background-image: linear-gradient(-90deg, #73BF03 0%, #73BF03 100%);
  background-blend-mode: normal, normal;
}



.index-box-1 .business{ padding:10px 0px 10px 0px; display: flex ; flex-wrap: wrap;}
.index-box-1 .business li{ width:46%; float:left; margin: 0px 2% 15px 2%; text-align:center} 
.index-box-1 .business li:nth-child(4){ margin-right:0;}
.index-box-1 .business li img{ height:50px; width: auto; margin-bottom:10px}
.index-box-1 .business li p{ font-size:14px; color:#666; line-height:20px;  font-family: "hr";}

.index-box-1 .honor{ padding:10px 0px 10px 0px; display: flex ; flex-wrap: wrap;}
.index-box-1 .honor li{ width:32%;  padding:15px 15px; margin-right:2%; margin-bottom:12px; background:#f1f2f6; border-radius:6px; }
.index-box-1 .honor li:nth-child(3){  margin-right:0;}
.index-box-1 .honor .pic{  width:100%; margin-top:0px !important; text-align:center; margin-bottom:0px}
.index-box-1 .honor .pic img{ width:50%; height:auto}
.index-box-1 .honor .con{ padding:0px;  width:100%; float:left }
.index-box-1 .honor .con h2{ padding:8px 0 0 0; color:#73bf03; font-family: "hb"; font-weight:bold; font-size:20px;}
.index-box-1 .honor .con p{font-size:14px; color:#333; line-height:22px; }
.index-box-1 .more{ padding-bottom:30px}

.gt-about{ padding:20px 0 40px 0}
.gt-about .culture{ padding:0 0}
.gt-about .culture li{ width:49%; float:left; margin-right:2%; margin-bottom:10px; min-height:160px; padding:15px 10px; text-align:center; background:#f0f2f5; border-radius:8px;}
.gt-about .culture li:nth-child(2){ margin-right:0;}
.gt-about .culture li img{ height:70px; width:auto; margin-bottom:10px}
.gt-about .culture li h2{font-family: "hb"; font-weight:bold; font-size:18px; color:#73bf03; padding:0 0 10px 0;}
.gt-about .culture li p{font-size:14px; color:#333; line-height:20px; }
 
}
