/* 头部样式 */
html body{
    overflow-x:hidden
}
header  {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
}
header .header{
  box-shadow: none;
}
header .header .navbar-brand{
  background: url("/static/images/logo1.png") no-repeat center center; 
  background-size: 100%;
}
.header .form-inline .search{
  background: url("/static/images/search-index.png") no-repeat center center; 
  background-size: 100%;
}
header .sticky  .form-inline .search{
  background: url("/static/images/search-com.png") no-repeat center center;
  background-size: 100%;
}
header .sticky .navbar-expand-lg .navbar-nav .nav-link{
  color: #333;
}
header .sticky {
  background-color:rgba(255, 255, 255, 0.65);
    box-shadow:0 3px 10px rgba(0,0,0,.35);
}
.header .navbar-expand-lg .navbar-nav .nav-link{
  color: #fff;
}
header .sticky .navbar-brand{
  background: url("/static/images/logo.png") no-repeat center center; 
  background-size: 100%;
}

/* 首页banner图样式 */
section{
  position: relative;
}
section .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
section .swiper-container .swiper-slide{
  width: 100%;
  height: auto;
}
section .swiper-container .swiper-slide img{
  width: 100%;
}
section .swiper-container .title{
  width: 57%;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
/**
 * 后期改为图片
 */
section .swiper-container .title img{
  width: 100%;
  height: auto;
}
section .swiper-container p{
  font-size: 30px;
  font-weight: bold;
  margin: 4rem 0rem;
}
section .swiper-container .button{
  color: #fff;
  background-color: #3DBEE8;
  border-radius: 50px;
  display: flex;
  height: 85px;
  line-height: 85px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 310px;
  cursor: pointer;
}
section .swiper-container .button span{
  font-size: 24px;
}
section .swiper-container .button a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
section .swiper-container .button .img-icon{
  width: 25px;
  height: 25px;
  line-height: 85px;
  margin-left: 10px;
  display: inline-block;
  animation: breathe 1s infinite;
}
@keyframes breathe{
  0%{ transform: scale(.8); }
  50%{ transform: scale(1.03); }
  100%{ transform: scale(.8); }
}
section .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 45px;
}

section .swiper-pagination-bullet {
  background: #fff; /* 设置滚动点的颜色 */
  opacity: 0.36;
}

section .swiper-pagination-bullet-active {
  background: #fff; /* 设置滚动点的颜色 */
  opacity: 1
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
/* banner End */


/* 中间内容 */
/* 关于我们 */
section .index{
 //margin-top:40px
}
section .index .aboutUs{
  position: relative;
  left: 0;
  margin:40px auto;
}
section .index .aboutUs .rows{
  position: relative;
  width: 80%;
}
section .index .aboutUs .left img{
  width: 100%;
}
section .index .aboutUs .right{
  position: absolute;
  right: 50px;
  top: 15%;
  width: 68%;
  color: #fff;
  background: #012C99cf;
  border-radius: 10px;
}
section .index .aboutUs .right .introduce .introduce-center{
  padding: 20px;

}
section .index .aboutUs .right .introduce h3{
  margin-top: 20px;
  font-size: 40px;
}
section .index .aboutUs .right .introduce  p{
  padding-top: 20px;
  letter-spacing: 2px;
  font-size: 18px;
}
section .index .aboutUs .right .introduce .bottom{
  display: flex;
  position: relative;
}
section .index .aboutUs .right .introduce .bottom .button{
  margin-top: 30px;
  margin-bottom: 10px;
  width: 213px;
  height: 60px;
  background: rgba(255,255,255,0);
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
section .index .aboutUs .right .introduce .bottom .botton a{
  display: inline-block;
  font-size: 20px;
  color: #fff;

}
section .index .aboutUs .right .introduce .bottom .xdt{
  margin-top: 1rem;
  width: 55%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  animation: opacctityAnimation 1s infinite;
}
@keyframes opacctityAnimation {
  0%{ opacity: 0.5; }
  50%{ opacity: 1; }
  100%{ opacity: 0.5; }
}
section .index .aboutUs .right .introduce .button .img-icon{
  width: 17px;
  height: 17px;
  margin-left: 10px;
  animation: breathe 1s infinite;
}
/* 公司实力 */
section .company-profile{
  margin-top: 20px;
  background: url("/static/images/company.png") no-repeat;
  background-size: 100%;
}
section .company-profile .company-profile-detail{
  background-color: #012C99bf;
}
section .company-profile .company-profile-detail ul{
  padding: 5rem;
  color: #fff;
}
section .company-profile .company-profile-detail ul li{
  border-right: 1px solid #ffffff36;
  padding:0 5rem;
  text-align: left;
}
section .company-profile .company-profile-detail ul li:last-child{
  border-right: none;
  padding-right: 0px;
}
section .company-profile .company-profile-detail ul li .nums{
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;

}
section .company-profile .company-profile-detail ul li .introduce{
  color: #ffffff8f;
  font-size: 20px;
  margin: 10px 0;
}
/* 招商加盟 */
section .join-us{
  margin-top: 40px;
  text-align: center;
}
section .join-us .introduce{
  margin: 2rem auto;
}
section .join-us .swiper {
  margin: 40px 0;
  width: 100%;
  height: 600px;
}
section .join-us .swiper-slide {
  width: 60%;
  border-radius: 20px;
  
}
//section .swiper-slide-active::before {
 // border-radius: 20px;
 // content: '';
 // position: absolute;
//  top: 0;
//  left: 0;
//  right: 0;
//  bottom: 0;
 // background: linear-gradient(176deg, rgba(0,0,0,0.38), rgba(255,255,255,0.16));
 // z-index: 1;
//}
section .swiper-slide h4{
  position: relative;
  z-index: 9;
  font-size: 48px;
  margin-top: 40px;
  color: #fff;
}
section .swiper-slide .know-more-btn{
  position: relative;
  z-index: 9;
  margin:  30px auto;
  width: 154px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.05);
  border-radius: 26px;
  color: #3DBEE8;
  cursor: pointer;
  font-size: 18px;
}
section .swiper-slide .know-more-btn .img-icon{
  margin-left: 10px;
  animation: breathe 1s infinite;

}