
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.banner .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;

}

.banner .swiper-slide .txt{
  position: absolute;
  right: 17%;
  top: 345px;
  z-index: 5;
  text-align: right;
}

.banner .swiper-slide .txt .txt_ico1{
  font-size: 40px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-slide .txt .title{
  font-size: 67px;
  color: #fff;
  font-family: Arial Black;
  text-transform: uppercase;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 5px;
}

.banner .swiper-slide .txt .subtitle{
  color: #fff;
  font-size: 46px;
  margin-top: 30px;
  line-height: 50px;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
} 



.banner .swiper-slide .txt .subtitle::after{
  position: absolute;
  right: -20px;
  bottom: -7px;
  content: "";
  z-index: -1;
  background: #eb6100;
  width: 280px;
  height: 13px;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-slide .txt .txt_ico2{
  font-size: 40px;
  color: #fff;
  line-height: 15px;
  text-align: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 25px;
}


.banner .swiper-slide .txt .xq{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 7px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.banner .swiper-slide-active .txt .txt_ico1{
  animation: bannertextRight 1.2s ease both 800ms;

}

.banner .swiper-slide-active .txt .txt_ico2{
  animation: bannertextRight 1.6s ease both 800ms;

}

.banner .swiper-slide-active .txt .title{
  animation: bannertextRight 1.3s ease both 800ms;

}

.banner .swiper-slide-active .txt .subtitle{
  animation: bannertextRight 1.4s ease both 800ms;

}

.banner .swiper-slide-active .txt .xq{
  animation: bannertextRight 1.5s ease both 800ms;

}

@keyframes bannertextRight {0% {transform: translateX(100px);opacity: 0;}
100% {transform: translateX(0);opacity: 1;}}

@keyframes bannerlong {0% {width: 0;}100% {width: 99px;}}

@keyframes bannerlong2 {0% {width: 99px;}100% {width: 0px;}}

.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: -4%;
  top: 50%;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-button-next1{
  right: 4%;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: -4%;
  top: 50%;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-button-prev1{
  left: 4%;
}

.banner .swiper-pagination {
  top: 425px;
  bottom: auto;
  left: 105px;
  right: auto;
  text-align: left;
  position: absolute;
  color: rgba(255, 255, 255, 0);
  width: 125px;
  background: url(../images/xt.png) no-repeat left center;
  padding-left: 12px;
}


.banner .swiper-pagination .swiper-pagination-current{
  display: block;
  font-size: 40px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif !important;
  position: relative;
  padding-left: 10px;
  line-height: 24px;

}

.banner .swiper-pagination .swiper-pagination-current::after{
  position: absolute;
  left: -12px;
  top: 0px;
  font-size: 40px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif !important;
  content: "0";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination .swiper-pagination-total{
  display: block;
  font-size: 20px;
  color: #b5b5b5;
  font-family: Arial, Helvetica, sans-serif !important;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-total::after{
  position: absolute;
  left: -12px;
  top: 0px;
  font-size: 20px;
  color: #b5b5b5;
  font-family: Arial, Helvetica, sans-serif !important;
  content: "0";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.banner_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -150px;
}

.banner_bg .headerht{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 5;


}

.banner_bg .headerht span{
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 113px;
  background: url(../images/mouse.png) no-repeat  center;
  animation: ht 1s infinite;
	-moz-animation: ht 1s infinite;
	/* Firefox */

	-webkit-animation: ht 1s infinite;
	/* Safari and Chrome */

	-o-animation: ht 1s infinite;
	/* Opera */

	cursor: pointer;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
 

/* about */

.ab_bg{
  width: 100%;
  margin: -150px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  height: 485px;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  padding-top: 100px;
}

.ab_bg .about .ab_t{
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.ab_bg .about .ab_t h3{
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  font-family: "simsun";
  line-height: 32px;
  position: relative;
}

.ab_bg .about .ab_t h3::after{
  position: absolute;
  left: -16px;
  top: -19px;
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: #eb6100;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .nr{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  margin: 25px auto 0 auto;
  width: 1106px;
  text-align: center;
}

.ab_bg .about .zx{
  margin: 70px auto 0 auto;
  text-align: center;
  height: 54px;
}

.ab_bg .about .zx ul li{
  display: inline-block;
  width: 181px;
  height: 54px;
  line-height: 54px;
  background: #eeeeee;
  position: relative;
  margin: 0 10px;
}

.ab_bg .about .zx ul li span{
  display: block;
  font-size: 18px;
  color: #333333;
}

.ab_bg .about .zx ul li p img{
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 55px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 9;
}

.ab_bg .about .zx ul li:hover p img{
  width: 150px;
  height: 150px;
  opacity: 1;
}

.ab_bg .about .zx ul li.ly{
  background: #333333;
}

.ab_bg .about .zx ul li a{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;

}


/* case */

.case_bg{
  width: 100%;
  margin: 0 auto;
  height: 929px;
  overflow: hidden;
}

.case_bg .case{
  width: 100%;
  margin: 0 auto;
  height: 929px;
  position: relative;
}

.case_bg .hd{
  width: 100%;
  margin: 0 auto;
}

.case_bg .hd ul li{
  float: left;
  width: 12%;
  height: 929px;
  background: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .hd ul li .pic{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .hd ul li .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_bg .hd ul li .txt{
  position: absolute;
  right: 0;
  top: 325px;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .hd ul li .txt span{
  display: block;
  font-size: 140px;
  color:  rgba(255, 255, 255, 0);
  font-family: Arial Black;
  line-height: 115px;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.3;
  margin-left: -35px;
  text-align: left;
}

.case_bg .hd ul li .txt a{
  font-size: 24px;
  color:  #fff;
  font-family: "simsun";
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
  writing-mode: tb-rl;
  margin-left: 40%;
  letter-spacing: 10px;
  margin-top: -65px;
  height: 440px;
}

.case_bg .hd ul li .txt_on{
  position: absolute;
  right: 95px;
  bottom: 90px;
  z-index: 5;
  text-align: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 670px;
}

.case_bg .hd ul li .txt_on::after{
  position: absolute;
  right: -23px;
  top: -20px;
  width: 54px;
  height: 54px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: #eb6100;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .hd ul li .txt_on a{
  display: block;
}

.case_bg .hd ul li .txt_on a span{
  font-size: 60px;
  text-transform: uppercase;
  color:  rgba(255, 255, 255, 0);
  font-family: Arial Black;
  line-height: 55px;
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case_bg .hd ul li .txt_on a b{
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/buttom1.png) no-repeat  center;
  text-align: right;
  margin: 15px 30px 0 0;

}

.case_bg .hd ul li .txt_on a em{
  font-size: 60px;
  color: #fff;
  font-family: Arial Black;
  line-height: 55px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 7px;
}

.case_bg .hd ul li .txt_on a i{
  font-size: 24px;
  color:  #fff;
  font-weight: bold;
  font-family: "simsun";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case_bg .hd ul li.on{
  width: 76%;
}

.case_bg .hd ul li.on .pic{
  opacity: 1;
}

.case_bg .hd ul li.on .txt{
  opacity: 0;
}

.case_bg .hd ul li.on .txt_on{
  opacity: 1;
}


.case_bg .case_button{
  position: absolute;
  z-index: 5;
  bottom: 93px;
  left: 8%;
  width: 323px;
  height: 36px;
  background: url(../images/buttom2.png) no-repeat center;
}

.case_bg .case_button .next{
  float: left;
  padding-left: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/left.png) no-repeat left center;
  cursor: pointer;
}


.case_bg .case_button .prev{
  float: right;
  padding-right: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/right.png) no-repeat right center;
  cursor: pointer;
}




/* news */

.news_bg{
  width: 100%;
  margin: 0 auto;
  height: 948px;
  overflow: hidden;
  background: url(../images/news_bg.jpg) no-repeat  center;
}


.news_bg .news{
  margin: 0 auto;
  width: 1300px;
  padding-top: 80px;
  position: relative;
}

.news_bg .news .news_t{
  position: absolute;
  left: 0;
  top: 170px;
  z-index: 5;
}


.news_bg .news .news_t::after{
  position: absolute;
  left: -23px;
  top: -20px;
  width: 54px;
  height: 54px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: #eb6100;
}

.news_bg .news .news_t a{
  display: block;
}

.news_bg .news .news_t a span{
  font-size: 60px;
  text-transform: uppercase;
  color:  rgba(255, 255, 255, 0);
  font-family: Arial Black;
  line-height: 55px;
  -webkit-text-stroke: 1px #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;


}

.news_bg .news .news_t a b{
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/buttom4.png) no-repeat  center;
  text-align: right;
  margin: 15px 30px 0 0;

}

.news_bg .news .news_t a em{
  font-size: 60px;
  color: #333;
  font-family: Arial Black;
  line-height: 55px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;

  margin-top: 7px;
}

.news_bg .news .news_t a i{
  font-size: 24px;
  color:  #333;
  font-weight: bold;
  font-family: "simsun";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;

}

.news_bg .news .news_list{
  height: 68px;
  width: 1300px;
}

.news_bg .news .news_list ul {
  float: right;
  width: 595px;
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #000000;
}

.news_bg .news .news_list ul li{
  float: left;
  width: 136px;
  position: relative;
  margin-right: 93px;
}

.news_bg .news .news_list ul li:last-child{
  margin-right: 0;
}

.news_bg .news .news_list ul li a{
  display: block;
  padding-left: 40px;
  font-size: 16px;
  color:  #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat left center;
}

.news_bg .news .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat left center;
}

.news_bg .news .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat left center;
}

.news_bg .news .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  content: "";
  background: #fc671c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.casehover::after{
  width: 100%;
}

.news_bg .news .news_list ul li.casehover a{
  font-size: 18px;
  color: #fc671c;
  font-weight: bold;

}

.news_bg .news .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat left center;
}

.news_bg .news .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat left center;
}

.news_bg .news .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat left center;
}

.news_bg .news .news_box{
  margin: 10px auto 0 auto;
  position: relative;
}

.news_bg .news .news_box .bd{
  width: 1360px;
  margin: 0 0 0 -60px;
  height: 780px;

}

.news_bg .news .news_box .bd ul li{
  float: left;
  width: 1360px;
  position: relative;
  height: 780px;
  padding: 0 100px;
}

.news_bg .news .news_box .bd ul li dl{

}

.news_bg .news .news_box .bd ul li dl .news_img{
  float: left;
  width: 0px;
  height: 316px;
  border: 1px solid #d3ceca;
  border-radius: 50%;
  margin-right: 35px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.news_bg .news .news_box .bd ul li dl .news_img img{
  width: 258px;
  height: 258px;
  margin: 29px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news_bg .news .news_box .bd ul li dl .txt {
  float: left;
  width: 450px;
  margin-top: 65px;

}

.news_bg .news .news_box .bd ul li dl .txt span{
  display: block;
  font-size: 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}

.news_bg .news .news_box .bd ul li dl .txt  a{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 35px 0 7px 0;
}

.news_bg .news .news_box .bd ul li dl .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}

.news_bg .news .news_box .bd ul li dl.nr1{
  position: absolute;
  left: 575px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .bd ul li dl.nr2{
  position: absolute;
  left: 80px;
  top: 350px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .bd ul li dl.nr3{
  position: absolute;
  right: 140px;
  top: 250px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .bd ul li dl.nr3 .news_img{
  float: right;
  margin-right: 0px;
  margin-left: 35px;
}

.news_bg .news .news_box .bd ul li dl.nr3 .txt{
  text-align: right;
}

.news_bg .news .news_box .bd ul li dl.on .news_img{
  opacity: 1;
  width: 316px;
}

.news_bg .news .news_box .bd ul li dl.nr1.on {
  transform: translateX(-160px);
  width: 950px;

}

.news_bg .news .news_box .bd ul li dl.nr2.on{
  transform: translateX(-80px);
}

.news_bg .news .news_box .bd ul li dl.nr3.on{
  transform: translateX(80px);
}

.news_bg .news .news_box .hd{
  position: absolute;
  z-index: 5;
  top: 575px;
  right: 0;
  width: 323px;
  height: 36px;
  background: url(../images/buttom3.png) no-repeat center;
}

.news_bg .news .news_box .hd .next{
  float: left;
  padding-left: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #333;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/left1.png) no-repeat left center;
  cursor: pointer;
}


.news_bg .news .news_box .hd .prev{
  float: right;
  padding-right: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #333;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/right1.png) no-repeat right center;
  cursor: pointer;
}

