@charset "utf-8";
/* CSS Document */

body{
	font-family:"Microsoft YaHei","微软雅黑" !important;
}
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
	background: #212121;
	color: #fff;
}
::selection {
	background: #212121;
	color: #fff;
}


/********header********/
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .logo{
  position: relative;
  z-index: 2;
  background-color: #060606;
  padding: 16px 0;
}
.header .logo img{
  display: block;
  width: 160px;
  margin: 0 auto;
}
.header .nav{
  position: relative;
  z-index: 1;
  background-color: #0f0f0f;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .nav.showNav{
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.header .nav span{
  margin: 0 25px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}

/********header********/

/********warpper********/
#app .section{
  background: #ededed;
}
#app .section.section_wap{
  overflow: hidden;
}

#app .section.section_banner{
  position: relative;
}
.banner_list{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner_list video{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#app .section.section_banner .banner_txt{
  position: absolute;
  left: 12%;
  top: 46%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#app .section.section_banner .banner_txt img{
  display: block;
  width: 320px;
}
#app .section.section_banner .banner_txt p{
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  letter-spacing: 6px;
  font-weight: 300;
}
#app .section.section_banner .banner_txt span{
  display: inline-block;
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  padding: 0 42px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
#app .section.section_banner .banner_txt span:hover{
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}
.swiper_banner .swiper-pagination{
  bottom: 36px;
}
.swiper_banner .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 8px;
  background-color: #b4b0ae;
  cursor: pointer !important;
  margin: 0 8px !important;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s !important;	
  transition: all cubic-bezier(.18,1,.21,1) .9s !important;
}
.swiper_banner .swiper-pagination-bullet-active{
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
  opacity: 1;
}


.index_product{
  width: 100%;
  height: 100%;
  position: relative;
}
.index_product_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_product_img_list{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_product_txt{
  left: 12%;
  top: 22%;
  position: absolute;
}
.index_product_txt >h5{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 60px;
}
.index_product_nav{
  position: relative;
}
.index_product_nav ul{
  padding: 0;
  margin: 0;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 40px;
}
.index_product_nav ul li{
  font-size: 16px;
  color: #7f7f7f;
  letter-spacing: 2px;
  line-height: 36px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_product_nav ul li.active{
  font-size: 24px;
  color: #fff;
}

.index_product_line{
  width: 1px;
  height: 36px;
  position: absolute;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;	
  transition: all cubic-bezier(.18,1,.21,1) .6s;
}
.index_product_more{
  position: absolute;
  bottom: 8%;
  left: 50%;
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  padding: 0 120px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_product_more:hover{
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}

.index_case{
  width: 100%;
  height: 100%;
  position: relative;
}
.index_case_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_case_img_list{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_case_txt{
  left: 12%;
  top: 24%;
  position: absolute;
}
.index_case_txt >h5{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 60px;
}
.index_case_nav{
  position: relative;
}
.index_case_nav ul{
  padding: 0;
  margin: 0;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 40px;
}
.index_case_nav ul li{
  font-size: 16px;
  color: #7f7f7f;
  letter-spacing: 2px;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_case_nav ul li.active{
  font-size: 24px;
  color: #fff;
}

.index_case_line{
  width: 1px;
  height: 42px;
  position: absolute;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .6s;	
  transition: all cubic-bezier(.18,1,.21,1) .6s;
}
.index_case_more{
  position: absolute;
  bottom: 8%;
  left: 50%;
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  padding: 0 120px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_case_more:hover{
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}


.index_contact{
  width: 100%;
  height: 100%;
  position: relative;
}
.index_contact video{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_contact_txt{
  position: absolute;
  top: 28%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_contact_txt>h5{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 30px;
}
.index_contact_txt>p{
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 80px;
}
.index_contact_txt>span{
  display: inline-block;
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  padding: 0 42px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_contact_txt>span:hover{
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}
.section_about{
  background: url("../images/index_brand.jpg") no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.index_brand{
  position: absolute;
  color: #ffffff;
  right: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_brand >h5 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px;
}
.index_brand p{
  display: flex;
}
.index_brand p span{
  color: #ffffff;
  font-size: 16px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.index_brand p span img{
  vertical-align: middle;
}

.index_brand_more {
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  width: 170px;
  margin-top: 60px;
}
.index_brand_more:hover {
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}

.section_news_pad{
  padding: 0 50px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_news{
  background: #000000 !important; 
  position: relative;
}

.index_news_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_news_img{
  overflow: hidden;
}
.index_news:hover .index_news_img img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.section_news_pad>h5{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}
.index_news_txt{
  margin-top: 30px;
}
.index_news_txt h5{
 font-size: 18px;
 color: #ffffff;
 margin: 0 0 15px 0;
 display: -webkit-box;
 -webkit-box-orient: vertical;
-webkit-line-clamp: 1;
height: 20px;
overflow: hidden;

}
.index_news_txt p{
  font-size: 14px;
  color: #ffffff;
  margin: 0;
 }

 .index_news_more {
  line-height: 3;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  width: 170px;
  margin-top: 40px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index_news_more:hover {
  color: #000;
  border: 1px solid transparent;
  background-color: rgba(195, 161, 116, .79);
}
/********warpper********/


/********footer********/


.index_footer{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 100%;
  height: 120px;
  z-index: 9;
}

.index_footer_logo{
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_menu{
  position: absolute;
  right: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_menu p{
  color: #fff;
  margin: 0 ;

}
.footer_menu ul {
  margin-bottom: 15px;
}
.footer_menu ul li a{
  color: #e0e0e0;
  font-size: 16px;
}
.footer_menu p{
  font-size: 14px;
  color: #e0e0e0;
}
.footer_menu ul li{
  float: left;
  width: 20%;
}
/********footer********/


/********屏幕自适应********/
@media (min-width: 970px){
  #app .section.section_banner .banner_txt p{
    font-size: 20px;
  }
  .index_product_txt >h5{
    font-size: 32px;
  }
  .index_product_nav ul li{
    font-size: 14px;
  }
  .index_product_nav ul li.active{
    font-size: 20px;
  }
  .index_case_txt >h5{
    font-size: 32px;
  }
  .index_case_nav ul li{
    font-size: 14px;
  }
  .index_case_nav ul li.active{
    font-size: 20px;
  }
  .index_brand >h5 {
    font-size: 32px;
  }
  .index_brand p span{
    font-size: 14px;
  }
  .section_news_pad>h5{
    font-size: 32px;
  }
  .index_news_txt h5{
    font-size: 16px;
  }
  .index_news_txt p{
    font-size: 12px;
  }
  .footer_menu ul li a{
    font-size: 14px;
  }
  .footer_menu p{
    font-size: 12px;
  }
  .index_contact_txt>h5{
    font-size: 32px;
  }
  .index_contact_txt>p{
    font-size: 14px;
  }
}
@media (min-width: 1570px){
  #app .section.section_banner .banner_txt p{
    font-size: 22px;
  }
  .index_product_txt >h5{
    font-size: 34px;
  }
  .index_product_nav ul li{
    font-size: 15px;
  }
  .index_product_nav ul li.active{
    font-size: 22px;
  }
  .index_case_txt >h5{
    font-size: 34px;
  }
  .index_case_nav ul li{
    font-size: 15px;
  }
  .index_case_nav ul li.active{
    font-size: 22px;
  }
  .index_brand >h5 {
    font-size: 34px;
  }
  .index_brand p span{
    font-size: 15px;
  }
  .section_news_pad>h5{
    font-size: 34px;
  }
  .index_news_txt h5{
    font-size: 17px;
  }
  .index_news_txt p{
    font-size: 13px;
  }
  .footer_menu ul li a{
    font-size: 15px;
  }
  .footer_menu p{
    font-size: 13px;
  }
  .index_contact_txt>h5{
    font-size: 34px;
  }
  .index_contact_txt>p{
    font-size: 15px;
  }
}
@media (min-width: 1770px){
  #app .section.section_banner .banner_txt p{
    font-size: 24px;
  }
  .index_product_txt >h5{
    font-size: 36px;
  }
  .index_product_nav ul li{
    font-size: 16px;
  }
  .index_product_nav ul li.active{
    font-size: 24px;
  }
  .index_case_txt >h5{
    font-size: 36px;
  }
  .index_case_nav ul li{
    font-size: 16px;
  }
  .index_case_nav ul li.active{
    font-size: 24px;
  }
  .index_brand >h5 {
    font-size: 36px;
  }
  .index_brand p span{
    font-size: 16px;
  }
  .section_news_pad>h5{
    font-size: 36px;
  }
  .index_news_txt h5{
    font-size: 18px;
  }
  .index_news_txt p{
    font-size: 14px;
  }
  .footer_menu ul li a{
    font-size: 16px;
  }
  .footer_menu p{
    font-size: 14px;
  }
  .index_contact_txt>h5{
    font-size: 36px;
  }
  .index_contact_txt>p{
    font-size: 16px;
  }
}
/********屏幕自适应********/


/********移动端********/
@media (max-width: 768px){
  .section_news_pad {
    padding: 0 15px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
  .index_news_txt h5 {
    font-size: 14px;
    margin: 0 0 6px 0;
    height: 18px;
}
  .index_news_txt p {
    font-size: 12px;
}

.index_contact_txt {

  width: 90%;
}
.footer_phone{
  text-align: center;
  background: #282828;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_phone li{
	float:left;
	width:33%;
	text-align:center;
	line-height:20px;
	padding-top:20px;
	padding-bottom:10px;
	
}
.border_line{
	height:1px;
	background:#71706e;
	width:100%;
	/* margin:15px auto; */
}
.footer_phone li a{
	color:#71706e;
	font-family:"微软雅黑";
}
.footer_phone p{
	color:#71706e;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
.index_brand >h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.index_brand p {
  display: flex;
  flex-wrap: wrap;
}
.index_brand {
  right: 15px;
  left: 15px;
}
.index_brand p span {
  color: #ffffff;
  font-size: 16px;
   margin-right: 0px; 
  display: flex;
  align-items: center;
  width: 49%;
}
.index_product_txt >h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.index_product_nav ul li.active {
  font-size: 18px;
}
.index_product_nav ul li {
  font-size: 16px;
  line-height: 32px;
 
}
.index_product_more {
  line-height: 25px;
  padding: 0 20px;
  
}
.index_case_txt >h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.index_case_nav ul li.active {
  font-size: 18px;
}
.index_case_nav ul li {
  font-size: 16px;

}

.index_case_more {
  position: absolute;
  bottom: 8%;
  left: 50%;
  line-height: 25px;
  padding: 0 20px;

}
.section_news_pad>h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.index_news{
  margin:  5px 0;
}
.index_news_img {
  overflow: hidden;
  width: 56%;
  margin: 0 auto;
}
.index_news_txt {
  margin-top: 10px;
  text-align: center;
}
.index_news_more {
  line-height: 2;
  width: 100px;
  margin-top: 0px;
  bottom: 1%;

}
.banner_list_ph{
  background: #000;
}

.index_contact {

  background: #000;
}

.index_contact_txt>h5 {
  font-size: 20px;
  margin-bottom: 10px;
}











}
/********移动端********/


/********缓动********/
.animateHide{
	-webkit-transform: translateY(100px);
  transform: translateY(100px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHideTopRight{
	-webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateP2{
  -webkit-transform: translateX(50px) translateY(-50px) rotate(0deg);
  transform: translateX(50px) translateY(-50px) rotate(0deg);
}
.animateP3{
  -webkit-transform: translateX(50px) translateY(50px) rotate(0deg);
  transform: translateX(50px) translateY(50px) rotate(0deg);
}
.animateP4{
  -webkit-transform: translateX(-50px) translateY(-30px) rotate(0deg);
  transform: translateX(-50px) translateY(-30px) rotate(0deg);
}
.animateP5{
  -webkit-transform: translateX(50px) translateY(-50px) rotate(-20deg);
  transform: translateX(50px) translateY(-50px) rotate(-20deg);
}
.animateP6{
  -webkit-transform: translateX(50px) translateY(50px) rotate(-20deg);
  transform: translateX(50px) translateY(50px) rotate(-20deg);
}
.animateP7{
  -webkit-transform: translateX(-50px) translateY(50px) rotate(-30deg);
  transform: translateX(-50px) translateY(50px) rotate(-30deg);
}
.animateP8{
  -webkit-transform: translateX(50px) translateY(0px) rotate(20deg);
  transform: translateX(50px) translateY(0px) rotate(20deg);
}
.animateTime{
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.6s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.animateHide.d0{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.animateHide.d1{
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animateHide.d2{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.animateHide.d3{
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.animateHide.d4{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.animateHide.d5{
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.animateHide.d6{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.animateHide.d7{
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.animateHide.d8{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.animateHide.d9{
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.animateShow{
	-webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
	opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
	filter:alpha(opacity=100);
}
.animatePShow{
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
}
/********缓动********/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	