/*@王旭鑫*/
/*@email:1419350157@qq.com*/
/*@竹鹿科技*/
h1 {
  font-weight: 600 !important;
}
.index-swiper {
  background-color: #000;
}
.index-swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 800ms cubic-bezier(1, 0, 0.5, 0.5) 0s;
  transform: scale(1.1) !important;
  opacity: 0!important;
  z-index: -1;
  position: absolute;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 15%;
  width: 100%;
  text-align: center;
  margin: auto;
}
.index-swiper .swiper-slide .text .t1 {
  font-size: 2.6rem;
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in;
  transition-delay: .6s;
}
.index-swiper .swiper-slide .text .t2 {
  font-size: .9rem;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  margin-top: 10px;
  transition: 0.3s ease-in;
  transition-delay: .8s;
}
.index-swiper .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1!important;
  z-index: 1;
}
.index-swiper .swiper-slide-active .t1 {
  opacity: 1!important;
  top: 0!important;
}
.index-swiper .swiper-slide-active .t2 {
  opacity: 1!important;
  top: 3rem!important;
}
.index-swiper .swiper-pagination {
  max-width: 1200px;
  width: 85%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 100%;
  background-color: unset;
  color: #ffffff;
  opacity: .7;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  margin: 0;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  height: 1px;
  left: 0;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  transition: 2s ease;
  background-color: #e81317;
  height: 1px;
  left: 0;
  transform: scaleX(0);
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #e81317;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
}
.index-text-slider {
  background-image: url(../image/index/text-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 14px;
}
.index-text-slider .content {
  overflow: hidden;
  padding: 8px 0;
}
.index-text-slider .swiper-slide p{
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-text-slider .content .left {
  float: left;
  margin-right: 20px;
  padding: 8px 0;
}
.index-text-slider .content .left i {
  font-size: 14px;
}
.index-text-slider .content .right {
  float: left;
  width: calc(100% - 100px);
}
.index-text-slider .content .right .swiper-container {
  height: 20px;
  margin: 7px 0;
}
.index-about {
  padding: 6% 0;
}
.index-about .w .left {
  float: left;
  width: 60%;
  padding-right: 20px;
}
.index-about .w .left .title {
  margin-bottom: 40px;
}
.index-about .w .left .title h1 {
  position: relative;
}
.index-about .w .left .title h1:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e81317;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about .w .left .title span {
  font-size: 1.245rem;
}
.index-about .w .left .ditails {
  color: #666666;
  font-size: .925rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
.index-about .w .left .nav li {
  float: left;
  width: calc(33.33333333%);
  font-size: .925rem;
}
.index-about .w .left .nav li a {
  color: #666666;
}
.index-about .w .left .nav li a i {
  color: #e81317;
  transition: .3s ease;
  font-size: 60px;
  transform: translateY(-8px);
  display: inline-block;
}
.index-about .w .left .nav li a .text span {
  transition: .3s ease;
}
.index-about .w .left .nav li:hover i {
  color: #2b3178;
  transform: translateY(0);
}
.index-about .w .left .nav li:hover .text span {
  color: #e81317;
}
.index-about .w .right {
  float: right;
  width: 40%;
  position: relative;
}
.index-about .w .right .video-box {
  width: calc(100% - 15px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 10px;
  line-height: 0;
  z-index: 2;
}
.index-about .w .right .video-box video{
  width: 100%;
}
.index-about .w .right .video-box:after {
  content: '';
  width: 70%;
  border: 2px solid #e81317;
  position: absolute;
  height: 76%;
  bottom: -5%;
  right: -4%;
  z-index: -1;
}
.index-business {
  padding: 6% 0;
  background-color: #2b3178;
  color: #fff;
}
.index-business .title {
  margin-bottom: 40px;
}
.index-business .title h1 {
  position: relative;
}
.index-business .title h1:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e81317;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-business .title span {
  font-size: 1.245rem;
}
.index-business .ditails {
  font-size: .925rem;
  line-height: 1.8rem;
  margin-bottom: 40px;
}
.index-business .nav {
  padding-top: 60px;
}
.index-business .nav li {
  float: left;
  width: calc(20%);
  text-align: center;
}
.index-business .nav li a {
  color: #fff;
}
.index-business .nav li a .icon {
  position: relative;
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
}
.index-business .nav li a .icon i {
  font-size: 60px;
  line-height: 140px;
  color: #e81317;
  transition: .3s ease;
  display: inline-block;
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.index-business .nav li a .icon:after {
  content: '';
  position: absolute;
  border: 0 solid #e81317;
  background-color: #fff;
  transition: .6s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
.index-business .nav li:hover .icon::after {
  border-width: 70px;
}
.index-business .nav li:hover .icon i {
  color: #fff;
  z-index: 2;
  transform: scale(1);
}
.index-case {
  padding: 6% 0;
  background-image: url(../image/index/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
.index-case .title {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.index-case .title h1 {
  position: relative;
}
.index-case .title h1:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e81317;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-case .title span {
  font-size: 1.245rem;
}
.index-case .box {
  z-index: 1;
  position: relative;
}
.index-case .box .nav {
  float: left;
  width: 15%;
  background-color: #fff;
  padding: 20px 0;
}
.index-case .box .nav li {
  color: #333;
  font-size: 14px;
  transition: .3s ease;
  padding: 18px 20px;
  margin: 10px 0;
  cursor: pointer;
}
.index-case .box .nav li:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  transform: scale(0);
  background-color: #e81317;
  right: 0;
  top: 0;
  transition: .3s ease;
}
.index-case .box .nav .li-active {
  color: #e81317;
  position: relative;
}
.index-case .box .nav .li-active:after {
  transform: scale(1);
}
.index-case .box .content {
  float: right;
  width: 80%;
  position: relative;
}
.index-case .box .content .item {
  position: absolute;
  transition: .3s ease;
  transform: translateX(100%);
  opacity: 0;
  width: 100%;
}
.index-case .box .content .item .c-title {
  margin-bottom: 20px;
}
.index-case .box .content .item .c-ditails {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.index-case .box .content .item .imgs {
  padding: 30px 0 0 0;
  border-bottom: 1px solid #cccccc8c;
}
.index-case .box .content .item .imgs .img-item {
  float: left;
  width: calc(96% / 3);
  margin-right: 2%;
  padding-bottom: 30px;
}
.index-case .box .content .item .imgs .img-item a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  color: #333;
  font-size: 14px;
  transition: .3s ease;
  transform: scale(1);
}
.index-case .box .content .item .imgs .img-item a img {
  height: 30px;
  width: auto;
  margin-bottom: 10px;
}
.index-case .box .content .item .imgs .img-item a:hover {
  transform: scale(1.06);
}
.index-case .box .content .item .imgs .img-item:nth-child(3n) {
  margin-right: 0;
}
.index-case .box .content .item .btn {
  padding: 15px 20px;
  display: inline-block;
  font-size: 14px;
  margin-top: 32px;
  line-height: 24px;
  transition: .3s ease;
  position: relative;
}
.index-case .box .content .item .btn i {
  font-size: 22px;
  float: left;
  margin-right: 5px;
}
.index-case .box .content .item-active {
  transform: translateX(0);
  opacity: 1;
}
.index-case:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 30, 44, 0.5);
  z-index: 0;
}
.index-information {
  padding: 6% 0;
  background-color: #f5f5f5;
}
.index-information .title {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.index-information .title h1 {
  position: relative;
}
.index-information .title h1:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e81317;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-information .title .title-b span {
  font-size: 1.245rem;
}
.index-information .title .title-b a {
  float: right;
  color: #ccc;
  line-height: 1.5rem;
  transition: .2s ease;
}
.index-information .title .title-b a span {
  font-size: 12px;
  transition: .2s ease;
  transform: translateX(0);
  display: inline-block;
}
.index-information .title .title-b a i {
  font-size: 14px;
}
.index-information .title .title-b a:hover {
  color: #e81317;
}
.index-information .title .title-b a:hover span {
  transform: translateX(-10px);
}
.index-information .news .item {
  float: left;
  width: calc(32%);
  margin-right: 2%;
  overflow: hidden;
}
.index-information .news .item a {
  display: block;
  background-color: #fff;
  position: relative;
  height: 100%;
}
.index-information .news .item a .img {
  position: relative;
  line-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 3;
}
.index-information .news .item a .txt {
  padding: 40px 20px;
  position: relative;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.index-information .news .item a .txt .date {
  color: #999;
  z-index: 1;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 12px;
  margin-bottom: 15px;
}
.index-information .news .item a .txt .t-title {
  color: #252525;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  line-height: 2rem;
  height: 4rem;
}
.index-information .news .item a .txt .describe {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 20px 0 100px 0;
}
.index-information .news .item a .txt button {
  background-color: #e81317;
  color: #fff;
}
.index-information .news .item a:hover .img {
  transform: translateY(-101%);
  opacity: 0.3;
}
.index-information .news .item:nth-child(2) a .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index-information .news .item:nth-child(2):hover a .img {
  transform: translateY(100%);
  opacity: 0.3;
}
.index-information .news .item:nth-child(2):hover a .txt {
  transform: translateY(0);
}
.index-information .news .item:last-child {
  margin-right: 0;
}
.index-partner {
  padding: 6% 0;
  color: #fff;
  background-image: url(../image/index/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-partner .title {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.index-partner .title h1 {
  position: relative;
}
.index-partner .title h1:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #e81317;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-partner .nav li {
  float: left;
  width: calc(25%);
  padding: 7px 5px;
}
.index-partner .nav li a {
  background-color: #fff;
  display: block;
  position: relative;
  text-align: center;
  padding: 10px;
}
.index-partner .nav li a img {
  width: auto;
  height: 40px;
  transition: .3s ease;
  transform: scale(1);
}
.index-partner .nav li a:hover img {
  transform: scale(1.1);
}
