

/* Header Styles
---------------------------------*/

#header_wrapper {
  background: #ffffff;
height: 80px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}

.header_box {
  position: relative;
}

.logo {
position: relative;
z-index: 2;
  text-align: center;
}
.logo img{
  width: 50%;
}
.res-nav_click {
  display: none;
}


/* Nav Styles
---------------------------------*/
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
  border: 0px solid #fff;
  min-height: 80px;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #636569;
}

.navStyle {
 
}

.navStyle ul {
  list-style: none;
  padding: 0px;
  white-space: nowrap;
;
}

.navStyle ul li {
  padding: 0 60px;
  line-height: 80px;
}

.navStyle ul li:first-child {

}



.navStyle ul li a {
  display: inline-block;
  font-size: .98vw;
  color: #636569;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
  color: #ff6b00;


}
.navStyle ul li a:hover::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff6b00;
  bottom:28%;
  left: 0;
}
.navStyle > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #ff6b00;

}

/* .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ff6b00;

} */

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ff6b00;

}
.navStyle ul li.active a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff6b00;
  bottom:28%;
  left: 0;
}
.navStyle > li.active > a,
.navStyle > li.active > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff6b00;
}
.header_box .navbar-right{
  width: 180px;
  height: 80px;
  background-color: #e1e1e1;
}
.header_box .navbar-right .nav-item{
  width: 90px;
  text-align: center;
  font-size: 0.7vw;
  cursor: pointer;
  position: relative;
  
}
.header_box .navbar-right .nav-item ul{
  position: absolute;
  background-color: #e1e1e1;
  top:80px;
  left: 0;
  width: 100%;
  display: none;
}
.header_box .navbar-right .nav-item ul li{ 
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px #636569 solid;
}
.header_box .navbar-right .nav-item ul li a{
  color:#636569;
  cursor: pointer;

}
.header_box .navbar-right .nav-item ul li:hover a{
  color: #999;
}
.header_box .navbar-right .nav-item a.nav-box{
  color:#636569;
}
.header_box .navbar-right .nav-item:last-child{
  background-color: #636569;
  transition: all .3s;

}
.header_box .navbar-right .nav-item:last-child a.nav-box{
  color: #fff;

}
.header_box .navbar-right .nav-item:last-child:hover{
  background-color: #ff6b00;
  color: #fff;
}
.header_box .navbar-right .nav-item img{
  width: 25px;
  height: 25px;
}
.borderLeft {
  border-left: 1px solid #DADADA;
}

.borderTop {
  margin-top: 30px;
  border-top: 1px solid #DADADA;
}

.mrgTop {
  margin-top: 30px;
}


.banner{
  position: relative;
  width: 100%;
  height: 100%;
}
.ban-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;

}


.ban-swiper .swiper-slide {
  width: 100%!important;
    overflow: hidden;
    
}
.banner .banner-button{
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 30px;
  z-index: 9;
}
.banner .banner-button.banner-button-next{
  left: 50px;
}
.banner .banner-button.banner-button-prev{
  right:50px;
}
.ban-swiper .banner-pagination{
  position: absolute;
  z-index: 8;
  text-align: center;
}
.ban-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  /* border-radius: 100%; */
  background: #fff;
  opacity:1;
}
.ban-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background:#ff6b00;
}
.ban-swiper .slide-img{

  width: 100%;
  height:100%;
  position: relative;

}
.ban-swiper .slide-img .slide-info{
  padding: 8% 15% 15% 8%;
  position: absolute;
  top:12%;
  left: 0;
}
.ban-swiper .slide-img .slide-address{
  position: absolute;
  top:15%;
  right:30px;
  text-align: right;
  font-size:16px;
}

.ban-swiper .slide-img .slide-address .address{
  color: #fff;
}
.ban-swiper .slide-img .slide-tit{

}
.ban-swiper .slide-img .slide-info h1{
  font-size: 2.5vw;
  color: #fff;

}

.ban-swiper .swiper-slide.swiper-slide-active .slide-img .slide-info .slide-tit{
  -webkit-animation-name: banDown;
  animation-name: banDown;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ban-swiper .swiper-slide.swiper-slide-active .slide-address{
  -webkit-animation-name: banUp;
  animation-name: banUp;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ban-swiper .slide-img .slide-info .slide-dec{
  color: #fff;
  font-size:0.95vw;

}




.ban-swiper .slide-img .slide-info p{
  color: #fff;
  font-size: 2.5vw;
  font-weight: bolder;
  margin-top: 2%;
}

.ban-swiper .swiper-slide.swiper-slide-active .slide-img .slide-info p{
  -webkit-animation-name: banUp;
  animation-name: banUp;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

  
@media screen and  (max-width: 1024px) {


}



.about-box{
  color: #636569;
  padding: 5vw 0 0 0;
  /* position: absolute;
  top: 50%;
  width: 100%;
  height: 80%;
  transform: translateY(-50%); */
  }
.about-box .about-mbox{
margin-top: 4vh;
}
  
.about-box .about-left{
    width:calc(100% - 24vw);
  }
.about-box h2{
    font-size:1.75vw;
    position: relative;
    padding: 1% 0;
    display: inline-block;
  }
.about-box h2::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff6b00;
  width: 100%;
  height: 2px;
}
.about-box .about-left p{
    font-size:0.95vw;
    line-height: 26px;
    margin-bottom: 5%;
  
  }
.about-box .line{
  background-color: #ff6b00;
  width: 120px;
  height: 2px;
  margin-top: 10px;

}
.about-box .about-left ul{
  margin-top:10px;
}
.about-box .about-left ul li{
  width:46%;
  padding: 10px 0;
  position: relative;
  padding-left: 2%;
  font-size:0.95vw;
  white-space:nowrap;
}
.about-box .about-left ul li::before{
  content:'';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius:50px;
  background-color: #ff6b00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-box .about-right{
    width:18vw;
    color: #fff;
    text-align: center;
    position: relative;
    overflow:hidden;
    border-radius: 10px;
    font-size:0.95vw;
  }
.about-box img{
    width: 100%;
  }
.about-box .about-right div{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background-color: #636569;
line-height: 30px;
}
.rencai{
  position: relative;
  overflow: hidden;
width: 100%;
height: 100%;
}
.rencai .area-swiper{
  width: 100%;
}
.rencai .swiper-slide {
  width: 100%!important;
    overflow: hidden;
    
}
.rencai .rencai-box{
  position: relative;
  z-index: 2;
  width: 100%;
}
.rencai .rencai-box .swiper-container .swbox{
  padding-top: 5%;
  width: 100%;
}
.rencai .rencai-box .swiper-container .swbox h1{
text-align: center;
color: #636569;
position: relative;
font-size: 2.2vw;
padding: 10px 0;

}
.rencai .rencai-box .swiper-container .swbox h1::before{
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #ff6b00;
  width:200px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.rencai .rencai-box .swiper-container .sfbox{
  width: 80%;
  margin:0 auto;
  position: absolute;
  top: 5%;

}
.rencai .rencai-box .swiper-container .sfbox h1{
color: #636569;
position: relative;
font-weight: bolder;
font-size: 32px;
padding: 10px 0;
display: inline-block;
font-family: '宋体';

}
.rencai .rencai-box .area-button{
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 30px;
  z-index: 9;
}
.rencai .rencai-box .area-button.area-button-next{
  left: 50px;
}
.rencai .rencai-box .area-button.area-button-prev{
  right: 50px;
}
.rencai .rencai-box .area-pagination{
  position: absolute;
  z-index: 8;
  text-align: center;
  bottom: 30px;
}
.rencai .rencai-box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  /* border-radius: 100%; */
  background: #fff;
  opacity:1;
}
.rencai .rencai-box .swiper-pagination-bullet-active {
  opacity: 1;
  background:#ff6b00;
}

.rencai .bggs{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rencai .rencai-box .swiper-slide.swiper-slide-active .bggs,.rencai .rencai-box .swiper-slide.swiper-slide-active .bggs{
  animation-name: bgMagnify;
animation-duration: 12.6s;
animation-delay: 0s;
}
.rencai .rencai-box .swiper-slide.swiper-slide-active .sfbox h1{
  -webkit-animation-name: banUp;
  animation-name: banUp;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rencai .rencai-box .swiper-slide.swiper-slide-active .sfbox .img{
  -webkit-animation-name: banUp;
  animation-name: banUp;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rencai .rencai-box .swiper-slide.swiper-slide-active .sfbox .decs{
  -webkit-animation-name: banUp;
  animation-name: banUp;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rencai .rencai-box .swiper-container .sfbox h1::before{
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #ff6b00;
  width:100%;
  height: 2px;
}
.rencai .rencai-box .shuz{
  width: 80%;
  padding:8% 0 10% 0;
  margin: 0 auto;
}
.rencai .rencai-box .shuz li{
  text-align: center;
  width: 20%;
}
.rencai .rencai-box .shuz li .numbox{
  font-size: 4vw;
display: inline-flex;
  color: #ff6b00;
  position: relative;
  padding-bottom: 10px;
}
.rencai .rencai-box .shuz li .numbox::before{
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #ff6b00;
  width:100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.rencai .rencai-box .shuz li .numbox .unit{
  font-size: 1.5vw;
  margin-left: 5px;
}

.rencai .rencai-box .shuz li .numbox .uis{
  font-size: 1.5vw;
  margin-left: 5px;
}

.rencai .rencai-box .shuz li .title{
  font-size: 1.3vw;
  padding: 20px 0;

}
.rencai .tip{
  position: absolute;
  top: 15%;
  right: 30px;
  font-size: 18px;
  color: #fff;
  z-index: 3;
}
.max{
animation-name: bgMagnify;
animation-duration: 12.6s;
animation-delay: 0s;
}
.footer{
  position: relative;
  height: 100%;
  width: 100%;
  background: url('../img/bj31.png') repeat-x;
  background-size:auto 100%;
  animation: mountain 800s linear infinite;
  background-color: rgba(245,245,245,1);
}
.footer .yun{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer .footer-box{
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
.footer .footer-box h1{
  font-size: 2vw;
  line-height: 80px;
}
.footer .footer-box .btn{
  display: inline-block;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 15% auto 0 auto;
  background-color: #ff6b00;
  color: #fff;
  font-size: 1vw;
  padding: 0 50px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}
.footer .footer-box .btn:hover{
  background-color: #636569;
}
.footer .right{
  width: 80px;
  position: absolute;
  z-index: 9;
  top:18%;
  right: 60px;
}
.footer .ewm{
  width: 80px;
  position: absolute;
  z-index: 9;
  bottom:10%;
  right: 60px;  
}
.footer .tips{
  width: 100%;
  text-align: center;
  background-color: #636569;
  color: #f5f5f5;
  padding:15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.95vw;

}
@keyframes mountain{
0%{
    background-position:0 bottom;
}
100%{
    background-position: -10000px bottom;
}
}
@keyframes bgMagnify{
0% {
-webkit-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
}
.s1{
animation-duration: 2s!important;
animation-delay: 1s!important;
}
.s2{
animation-duration: 2s!important;
animation-delay: 1.5s!important;
}
.s3{
animation-duration: 2s!important;
animation-delay: 2s!important;
}
.s4{
animation-duration: 2s!important;
animation-delay: 3s!important;
}
.s5{
animation-duration: 2s!important;
animation-delay: 4s!important;
}


@keyframes banDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes banUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.s1{
  animation-duration: 2s!important;
  animation-delay: 1s!important;
  }
  .s2{
  animation-duration: 2s!important;
  animation-delay: 1.5s!important;
  }
  .s3{
      animation-duration: 2s!important;
  animation-delay: 2s!important;
  }
  .s4{
  animation-duration: 2s!important;
  animation-delay: 3s!important;
  }
  .s5{
  animation-duration: 2s!important;
  animation-delay: 4s!important;
  }
  
  .p1{
      animation-delay: 1s!important;
  }
  .p2{
      animation-delay: 1.5s!important;
  }
  .p3{
      animation-delay:2s!important;
  }
  .p4{
      animation-delay: 3s!important;
  }
  @media screen and  (max-width: 1024px) {
    .logo img {
      width: 95%;
  }
  .navStyle ul li {
    padding: 0 15px;
    line-height: 80px;
}
.navStyle ul li a {
  display: inline-block;
  font-size: 1.56vw;
  color: #636569;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header_box .navbar-right .nav-item {
  width: 90px;
  text-align: center;
  font-size:1.2vw;
  cursor: pointer;
  position: relative;
}
.ban-swiper .slide-img .slide-info h1 {
  font-size: 3.5vw;
  color: #fff;
}
.ban-swiper .slide-img .slide-info p {
  color: #fff;
  font-size: 3.5vw;
  font-weight: bolder;
  margin-top: 4%;
}
.ban-swiper .slide-img .slide-info {
  padding: 15% 15% 15% 8%;
  position: absolute;
  top: 12%;
  left: 0;
}
.ban-swiper .slide-img .slide-info p.ban2{
  font-size: 2.3vw!important;
  margin-top: 8%;
}
.ban-swiper .slide-img .slide-info p.ban3{
  font-size: 2.3vw!important;
  margin-top: 40%!important;
}
.ban-swiper .slide-img .slide-info .slide-dec {
  color: #fff;
  font-size: 1.95vw;
}
.ban-swiper .slide-img .slide-info .slide-dec.ban3{
  font-size: 3.3vw!important;
}
.ban-swiper .slide-img .slide-address {
  position: absolute;
  top: 10%;
  right: 30px;
  text-align: right;
  font-size: 2.3vw;
}
.about-box .about-mbox {
  margin-top: 2vh;
}
.about-box h2 {
  font-size: 2.75vw;
  position: relative;
  padding: 1% 0;
  display: inline-block;
}
.about-box .about-left {
  width: calc(100% - 40vw);
}
.about-box .about-left p {
  font-size: 1.95vw;
  line-height: 36px;
  margin-bottom: 5%;
}
.about-box .about-right {
  width: 32vw;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0.95vw;
}
.about-box .about-left ul li {
  width: 40%;
  padding: 10px 0;
  position: relative;
  padding-left: 2%;
  font-size: 1.65vw;
  white-space: nowrap;
}
.about-box .about-right div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #636569;
  line-height: 60px;
  font-size: 1.6vw;
}
.rencai .rencai-box .swiper-container .swbox h1 {
  text-align: center;
  color: #636569;
  position: relative;
  font-size: 4.2vw;
  padding: 10px 0;

  }
  .rencai .tip {
    position: absolute;
    top: 15%;
    right: 30px;
    font-size: 2.3vw;
    color: #fff;
    z-index: 3;
}
.rencai .rencai-box .shuz {
  width: 90%;
  padding: 8% 0 10% 0;
  margin: 0 auto;
}
.rencai .rencai-box .shuz li .numbox {
  font-size: 4.8vw;
  display: inline-flex;
  color: #ff6b00;
  position: relative;
  padding-bottom: 10px;
}
.rencai .rencai-box .shuz li .title {
  font-size: 1.8vw;
  padding: 20px 0;
}
.footer .footer-box {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
  width: 80%;
}
.footer .footer-box h1 {
  font-size: 3vw;
  line-height: 80px;
}
.footer .footer-box .btn {
  display: inline-block;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin: 15% auto 0 auto;
  background-color: #ff6b00;
  color: #fff;
  font-size: 2vw;
  padding: 0 50px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}
.footer .tips {
  width: 100%;
  text-align: center;
  background-color: #636569;
  color: #f5f5f5;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.95vw;
}
}
@media screen and  (max-width: 820px) {
  .about-box .about-left ul li {
    width: 48%;
    padding: 10px 0;
    position: relative;
    padding-left: 2%;
    font-size: 1.65vw;
    white-space: wrap;
}
  .about-box .about-left {
    width: calc(100% - 45vw);
}
  .about-box .about-right {
    width: 44vw;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 0.95vw;
}
}