@charset "utf-8";
/* CSS Document */
.header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}
#video-index{
	height: 100% !important;
	width: 100% !important;
	object-fit: fill !important;
  object-position: center center;
}

.brand{
  position: absolute;
  z-index: 10;
  left: 107px;
  bottom: 60px;
}
.brand_total{
  margin-bottom: 19px;
}
.brand h1{
  font-family: '微软雅黑';
  font-size: 50px;
  color: #ffffff;
}
.brand h1 span{
  color: #ff6000;
}
.brand_detail{
  margin-bottom: 12px;
}
.brand h2{
  font-family: '微软雅黑';
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
}
.brand  a{
  display: inline-block;
  padding: 14px 24px;
  border: #ec7837 1px solid;
  font-family: '微软雅黑';
  font-size: 18px;
  color: #ff6000;
}

/*首页-第二屏*/
.swiper-slide-02{
  background: url(../images/index_byb_bg.png) no-repeat center center;
  background-size: cover;
  text-align: left !important;
}
.byb_left{
  position: absolute;
  left: 20%;
}
.byb_left img{
  width: auto;
}
.index_byb_logo{
  width: 50% !important;
  margin: 0px 0px 16px 0px;
  border-radius: 22px;
}
.index_byb_code{
  width: 70% !important;
  margin: 28px 0px 16px 0px;
}
.byb_left h1{
  font-size: 45px;
  color: #FFF;
  margin-bottom: 8px;
  text-align: left;
}
.byb_left h2{
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  text-align: left;
}
/*.byb_right{
  height: 100%;
  position: absolute;
  right: 0;
  top:0;
}*/
.byb_right img{
  position: absolute;
}
.phone_img_01{
  width: 39%;
  z-index: 2;
  top: 0;
  right: 21%;
}
.phone_img_02{
  width: 35%;
  right: 0;
  top: 0;
}

.phone_img_03{
  width: 23%;
  right: 0;
  top: 15.5%;
  z-index: 3;
}
.phone_img_04{
  width: 24%;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.phone_img_05{
  width: 40%;
  bottom: 0;
  right: 6%;
  z-index: 5;
}


.title h1{
  font-family: '微软雅黑';
  font-size: 30px;
  color: #272727;
  font-weight: normal;
}
.title h2{
  font-family: '微软雅黑';
  font-size: 25px;
  color: #272727;
  font-weight: normal;
  margin: 5px 0px 40px 0px;
}
.title>a{
  background: linear-gradient(left,#ff7400,#ff4e00);
  background: -webkit-linear-gradient(left,#ff7400,#ff4e00);
  background: -moz-linear-gradient(left,#ff7400,#ff4e00);
  background: -o-linear-gradient(left,#ff7400,#ff4e00);
  background: -ms-linear-gradient(left,#ff7400,#ff4e00);
  margin-top: 30px !important;
}

/*首页-第三屏*/
.swiper-slide-03{
  background: url(../images/index_byjt_bg.png) no-repeat center center;
  background-size: cover;
   width: auto !important;
  padding: 0px 5%;
}
.byjt_right{
  margin-left: 10%;
}
.byjt_left_btn{
  display: inline-block;
  margin-top: 50px;
}
.byyjy_top{
  position: absolute;
  z-index: 5;
}
.byyjy_bottom{
  position: absolute;
  bottom: 0;
  left: 0;
}
.byyjy_btn{
  background: #603F2E;
  margin-top: 40px !important;
}
/*首页-第四屏*/
.swiper-slide-04{
  background: url(../images/index_byyjy_bg.png) no-repeat center center;
  background-size: cover;
}

/*首页-第五屏*/
.swiper-slide-05{
  background: url(../images/index_bycm_bg.png) no-repeat center center;
  background-size: cover;
}
.bycm_left_text{
  position: absolute;
  left: 18%;
  top: 23%;
  z-index: 50;
}
.swiper-slide-05{
  text-align: left !important;
}
.swiper-slide-05 .index_btn{
  margin-top: 25px !important;
}
.bycm_circle{
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
}

/*首页-第六屏*/
.swiper-slide-06{
  background: #F4F4F4;
}
.circle_bg{
  width: 35.42%;
  padding-top: 35.42%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -17.71%;
  margin-left: -17.71%;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}

.news_title{
  position: absolute;
  z-index: 2;
}
.news_box{
   width: 100%;
}
.news{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.news li{
  width: 32%;
  float: left;
}
.news li:nth-child(2){
  margin: 0 2%;
}
.news li a{
  display: block;
  width: 100%;
}

.news li span{
  display: block;
  width: 100%;
  font-family: '微软雅黑';
  font-size: 18px;
  color: #272727;
  text-align: left;
  margin: 20px 0px 4px 0px;
}
.news h3{
  width: 100%;
  font-family: '微软雅黑';
  font-size: 18px;
  color: #272727;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*查看详情按钮*/
.index_btn{
  display: inline-block;
  border-radius: 26px;
  padding: 12px 38px;
  color: #FFF;
  font-size: 16px;
  margin-top: 20px;
}
.byb_btn{
  background: #D5240C;
}
.bycm_btn{
  background: #AA2025;
}



@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .news{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .news li{
    width: 50%;
  }
  .news li:last-child{
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .bycm_left_text{
    position: absolute;
    left: 18%;
    top: 30%;
    z-index: 50;
  }
  .byb_left h1{
    font-size: 40px;
  }
  .byb_left{
    left: 16%;
  }
  .index_byb_logo{
    width: 45% !important;
  }
  .byb_left h1{
    font-size: 38px;
  }
  .index_byb_code{
    width: 65% !important;
  }
  .phone_img_01{
    width: 48%;
    right: 26%;
  }
  .phone_img_02{
    width: 43%;
  }
  .phone_img_03{
    width: 30%;
    top: 14%;
  }
  .phone_img_04{
    width: 30%;
  }
  .phone_img_05{
    width: 50%;
    right: 8%;
  }

}
@media screen and (min-width: 1440px) {
  
}