#fullpage .section {
  position: relative;
}

.index-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index-banner .swiper-slide {
  position: relative;
  text-align: center;
}

.fullscreenbanner .full-cover-bg{
  height:calc(100vh - 90px);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullscreenbanner .full-cover-bg img{
  opacity: 0;
}

.mouseicon{
  width: 39px;
  height: 66px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 300;
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  background-image: url(../images/mouseicon.png);
}

@media screen and (max-width:1440px){
  .fullscreenbanner .full-cover-bg{
    height:calc(100vh - 64px);
  }
  
}
@media screen and (max-width:1100px){
  .fullscreenbanner .full-cover-bg{
    height:calc(100vh - 55px);
  }
  
}
.index-banner .swiper-slide.swiper-slide-active h1.f-fade-in-up {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.index-banner .swiper-slide img {
  width: 100%;
  max-width: inherit;
  overflow: hidden;
}

.index-banner .swiper-slide .banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

.index-banner .swiper-slide .banner-txt h1 {
  font-size: 39px;
  font-weight: normal;
  color: #FFFFD1;
  text-shadow: 0px 5px 7px rgba(55, 55, 55, 0.5);
}

.index-banner .swiper-slide .banner-txt p {
  font-size: 17px;
  color: #FFFFD1;
  text-shadow: 0px 5px 7px rgba(55, 55, 55, 0.5);
}

.index-banner .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: url("../images/btn-left.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-top: -28px;
  top: 40%;
  right: 14%;
  left: inherit;
}

.index-banner .swiper-button-next {
  width: 56px;
  height: 56px;
  background: url("../images/btn-right.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-top: -28px;
  top: 54%;
  right: 14%;
}

.index-banner .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.index-banner .swiper-pagination span {
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: 0.8;
  margin: 0 20px;
}

.index-banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c7383e;
}

.pdCon {
  padding: 80px 0;
}

.index-profile {
  border-bottom: 1px solid #e7e7e7;
}

.index-profile .profile-con .profile-txt {
  float: left;
  width: 57%;
  padding-right: 10%;
}

.index-profile .profile-con .profile-txt p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 8%;
}

.index-profile .profile-con .profile-txt a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 0 30px;
  margin-top: 5%;
  line-height: 44px;
  border: 1px solid #e7e7e7;
}

.index-profile .profile-con .profile-txt a:hover {
  color: #fff;
  border: 1px solid #d50a27;
  background: #d50a27;
}

.index-profile .profile-con .profile-img {
  float: right;
  width: 43%;
}

.index-news .news-tit {
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}

.index-news .news-tit span {
  text-transform: uppercase;
  color: #dddddd;
  font-size: 14px;
}

.index-news .news-tit:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #dc0d2a;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.index-news2 {
  margin: 50px 0;
}

.index-news .list-wrapper .item {
  width: 29%;
  float: left;
  margin-right: 6.5%;
}

.index-news .list-wrapper .item:last-child {
  margin-right: 0;
}

.index-news .list-wrapper ul {
  margin-top: 30px;
}

.index-news .list-wrapper ul li {
  position: relative;
  margin: 21.5px 0;
}

.index-news .list-wrapper ul li a {
  display: inline-block;
  font-size: 16px;
  color:#666666;
  width: 75%;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

}

.index-news .list-wrapper ul li a:hover {
  color: #d50a27;
}

.index-news .list-wrapper ul li span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  opacity: 0.5;
  position: absolute;
  right: 0;
}

.index-news .news-tit h2 {
  font-size: 36px;
  color: #333;
  font-weight: normal;
}

.index-news .news-tit a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon01.png") no-repeat center;
  -moz-background-size: 12px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.index-news .news-con {
  margin-top: 60px;
}

.index-news .news-con .news-l {
  float: left;
  width: 70%;
  padding-right: 6%;
}

.index-news .news-con .news-l .news-l-swiper {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide {
  position: relative;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide a {
  display: block;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide img.zwImg {
  width: 100%;
  height: 354px;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  line-height: 73px;
  background: rgba(51, 51, 51, .5);

}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .caption a {
  display: inline-block;

  margin: 0 50px;
  color: #ffffff;
  font-size: 18px;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .caption span {
  font-size: 14px;
  color: #ffffff;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .newsImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 100%;
  line-height: 21px;
  padding: 20px 40% 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt:hover {
  color: #d50a27;
}

.index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt em {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 30%;
}

.index-news .news-con .news-l .news-l-swiper .swiper-pagination {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.index-news .news-con .news-l .news-l-swiper .swiper-pagination span {
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}

.index-news .news-con .news-l .news-l-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #dc0d2a;
}

.index-news .news-con .news-r {
  float: left;
  width: 30%;
}

.index-news .news-con ul {
  margin-top: 30px;
}

.index-news .news-con ul li {
  position: relative;
  margin: 20.5px 0;
}

.index-news .news-con ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  width: 75%;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* font-weight: 600; */
}

.index-news .news-con ul li a:hover {
  color: #d50a27;
}

.index-news .news-con ul li span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  opacity: 0.5;
  position: absolute;
  right: 0;
}

.index-video {
  width: 100%;
  height: 530px;
  position: relative;
}

.index-video .index-video-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.index-video .playBtn {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-video .playBtn span {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}

.index-video .playBtn span.icon {
  display: block;
  width: 116px;
  height: 116px;
  margin: 0 auto 20px;
  background: url("../images/video-play.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.index-video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.index-video-popup .index-video-box {
  width: 65%;
  height: 65vh;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-video-popup .index-video-box .closeVideo {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/menu-close.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -40px;
  right: 0;
}

.index-business {
  width: 100%;
  height: 564px;
  background-image: url(../images/index-business-bg.jpg);
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.index-business .container{
  position: relative;
}

.index-business .tit {
  font-size: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.index-business .swiper-container{
  /* margin: 0 40px; */
}

.index-business .swiper-btn{
  position: absolute;
}

.index-business h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
}
.index-business h4::after{
  
  display: block;
  position: absolute;
  width: 45px;
  height: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-business .swiper-slide-active h4::after{
  content: " ";
}
.index-business .icon{
  width: 100px;
  height: 100px;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
}
.index-business .swiper-btn{
  width: 30px;
  height: 42px;
  top: 55px;
}
.index-business .swiper-button-prev{
  background-image: url(../images/b-btn-l-lg.png);
}
.index-business .swiper-button-next{
  background-image: url(../images/b-btn-r-lg.png);
}
.index-business .icon01{
  background-image: url(../images/1.png);
}
.index-business .swiper-slide-active .icon01{
  background-image: url(../images/1-on.png);
}
.index-business .icon02{
  background-image: url(../images/2.png);
}
.index-business .swiper-slide-active .icon02{
  background-image: url(../images/2-on.png);
}
.index-business .icon03{
  background-image: url(../images/3.png);
}
.index-business .swiper-slide-active .icon03{
  background-image: url(../images/3-on.png);
}
.index-business .icon04{
  background-image: url(../images/4.png);
}
.index-business .swiper-slide-active .icon04{
  background-image: url(../images/4-on.png);
}
.index-business .icon05{
  background-image: url(../images/5.png);
}
.index-business .swiper-slide-active .icon05{
  background-image: url(../images/5-on.png);
}
.index-business .captions{
  margin-top: 35px;
}
.index-business .captions .item{
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  display: none;
}
.index-business .captions .item:first-child{
  display: block;
}

@media screen and (max-width: 1440px) {
  .pdCon {
    padding: 40px 0;
  }

  .index-banner .swiper-slide .banner-txt h1 {
    font-size: 32px;
  }
  

  .index-banner .swiper-button-prev {
    width: 45px;
    height: 45px;
    right: 8%;
  }

  .index-banner .swiper-button-next {
    width: 45px;
    height: 45px;
    right: 8%;
  }

  .index-news .news-tit h2 {
    font-size: 24px;
  }

  .index-video {
    height: 450px;
  }

  .index-video .playBtn span {
    font-size: 22px;
  }

  .index-video .playBtn span.icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 10px;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-slide .caption a {
    font-size: 16px;
    margin: 0 30px;
  }
 
}

@media screen and (max-width: 1280px) {
  .index-banner .swiper-button-next {
    top: 60%;
  }

  .index-news .news-con {
    margin-top: 30px;
  }

  .index-news .news-con ul {
    margin-top: 20px;
  }

  .index-news .news-con ul li {
    margin: 12px 0;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-slide img.zwImg {
    height: 280px;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt {
    font-size: 14px;
    padding: 10px 40% 10px 20px;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-pagination {
    bottom: 26px;
  }
  .index-business .icon{
    width: 80px;
    height: 80px;
  }
  .index-business h4{
    font-size: 20px;
  }
  .index-business .captions .item{
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .index-banner .swiper-slide {
    overflow: hidden;
  }

  .index-banner .swiper-slide img {
    /* width: 960px; */
    width: 180%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .index-banner .swiper-slide .banner-txt {
    text-align: left;
  }

  .index-banner .swiper-slide .banner-txt h1 {
    font-size: 28px;
  }
  .sub-banner .swiper-slide .banner-txt h1 {
    font-size: 38px;
  }
  .sub-banner .swiper-slide .banner-txt p{
    font-size: 20px;
  }
  .index-profile .profile-con .profile-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  

  .index-profile .profile-con .profile-txt a {
    font-size: 14px;
    line-height: 36px;
  }

  .index-news .news-tit {
    padding-bottom: 15px;
  }

  .index-news .news-tit h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .index-banner .swiper-button-prev {
    display: none;
  }

  .index-banner .swiper-button-next {
    display: none;
  }

  .sub-banner .swiper-slide .banner-txt h1 {
    font-size: 28px;
  }
  .sub-banner .swiper-slide .banner-txt p{
    font-size: 16px;
  }
  .index-profile .profile-con {
    margin-top: 30px;
  }

  .index-profile .profile-con .profile-img {
    float: none;
    width: 100%;
  }

  .index-profile .profile-con .profile-img img {
    width: 100%;
  }

  .index-profile .profile-con .profile-txt {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .index-profile .profile-con .profile-txt p {
    margin-top: 0;
  }

  .index-profile .profile-con .profile-txt a {
    margin-top: 20px;
  }

  .index-news .news-con ul li a {
    font-size: 14px;
  }

  .index-news .list-wrapper .item {
    width: 100%;
  }

  .index-news .news-con .news-l {
    float: none;
    width: 100%;
    padding-right: inherit;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt {
    padding: 10px 80px 10px 10px;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-slide .newsTxt em {
    right: 10px;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-pagination {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    width: 100%;
  }

  .index-news .news-con .news-l .news-l-swiper .swiper-pagination span {
    background: #999;
  }

  .index-news .news-con .news-r {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .index-video {
    height: 280px;
  }

  .index-video .playBtn span {
    font-size: 16px;
  }

  .index-video .playBtn span.icon {
    width: 55px;
    height: 55px;
  }

  .index-business .tit{
    margin-top: 50px;
  }
  .index-business .swiper-btn{
    display: none;
  }
}






@keyframes mymove {
  0% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }

  50% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 10px, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }

  100% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }
}

@-webkit-keyframes mymove {
  0% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }

  50% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 10px, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }

  100% {
      -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -ms-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
      -o-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translate3d(0rem, 0rem, 0rem);
  }
}







