:root {
  --color-base:#F2F2F2;
  --color-normal:#3F246B;
}

body,
html {
  scroll-behavior: smooth;
  background-color: var(--color-base);
}

a{
  text-decoration: none;
}

small.small{
  font-size: 0.8rem;
}

.btn-outline-dark{
  color: var(--color-normal);
  background-color: #fff !important;
  border: 1px solid var(--color-normal) !important;
}

.btn-outline-dark:hover,.selected{
  background-color: var(--color-normal) !important;
  color: #fff !important;
  border: 1px solid var(--color-normal) !important;
}


.i-banner .slider{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}



.i-product{
  background-color: #fff;
  margin: 1rem 0;
  text-align: center;
}

.i-video{
  height: 40vh;
  overflow: hidden;
  position: relative;
}

.i-video::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.i-video div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}

.i-video video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  /*height: auto;*/
  height: 571px;
}

footer{
  background-color: var(--color-normal);
  color: #fff;
}

footer a{
  color: #fff;
  font-weight: lighter;
}

.offcanvas{
  max-width: 70vw;
}

.pageBg{
  background-image: url("/images/page_bg.png");
  background-repeat: no-repeat;
  background-position: center ;
  background-attachment: fixed;
  background-size: 100% ;
}

.banner{
  position: relative;
  width: 100%;
}

.banner .text-white,.page-title{
  position: relative;
  background-color: rgba(0,0,0,.8);
  backdrop-filter: blur(10px);
  padding: 25px 50px;
  text-wrap: nowrap;
  z-index: 99;
  width: min-content;
  top: -65px;
  left: 0px;
  margin-bottom: -100px;
  margin-right: -100px;
}

.banner .text-white h2,.page-title h2{
  margin-bottom: 0;
}

.banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.page-search{
  margin-top: -2.5rem;
  position: relative;
  z-index: 4;
}

.news-intro img{
  width: 100%;
}

.news-intro p{
  margin: 3rem 0;
}

.cp-list .list-unstyled{
  display: none !important;
}

.cp-list .list-unstyled.show{
  display: flex !important;
}

.cp-list > div{
  cursor: pointer;
}

.banner2{
  width: 100%;
  background-color: var(--color-normal);
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 768px){
  .home-logo{
      width:30%;
  }
  .oriz_pro img{
    display: none;
  }
  .my-md-5 {
    margin-top: 4rem !important;
  }
  .i-video video{
    height: 100%;
  }

  .banner .text-white,.page-title{
    position: relative;
    background-color: rgba(0,0,0,.8);
    backdrop-filter: blur(10px);
    padding: 10px 30px;
    text-wrap: nowrap;
    bottom: -25px;
    z-index: 99;

    width: min-content;
    top: -29px;
    left: 0px;
    margin-bottom: -100px;
    margin-right: -100px;
  }

  .banner .text-white h2,.page-title h2{
    font-size: 1.5rem !important;
  }
}

/*@media screen and (max-width: 1200px){*/
/*  .banner .text-white{*/
/*    left: 13%;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1400px){*/
/*  .banner .text-white{*/
/*    left: 3%;*/
/*  }*/
/*}*/

.video-list a div{
  position: relative;
}

.video-list a div i{
  position: absolute;
  font-size: 3rem !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
}

/* 1月15新增 */
.swiper-pagination-bullet-active {
  background-color: var(--color-normal);
}

.cp-pro button.active{
  border: 1px solid var(--color-normal) !important;
}

.i-news .swiper-pagination {
  text-align: left;
}