/*
 谷歌字体在线引用变体方式
 https://fonts.googleapis.com/css?family=Tangerine:400,700
 https://fonts.googleapis.com/css?family=Tangerine:solid,blod
 上述都是可以的
 Roboto Condensed 有三种
 Anton 一种粗体
 Fjalla One 二种

 引用方式，第一种
 @font-face{
    font-family: 'Anton';
    font-display: swap;
    Roboto-Black  Roboto-Light Roboto-Thin
    src: url(https://v.zawl.cn/static/lib/webfont/roboto/Roboto-Black.woff2) format('woff2');
    src: url(https://fonts.googleapis.com/css?family=Anton&display=swap) format('woff2');
}
第二种
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,700&display=swap');
*/

/* @import url(https://v.zawl.cn/static/font-awesome/css/font-awesome.min.css); */
@import url(https://v.zawl.cn/static/font-awesome/v6.4/css/all.min.css);
@import url(https://v.zawl.cn/static/lib/bootstrap-lib/5.0/bootstrap.min.css);
/* @import url("https://fonts.googleapis.com/css?family=Anton&display=swap"); */
/*@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900&display=swap"); */
@import url("https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;700;800&display=swap");


/*以上字体验证可用*/
@import url(https://v.zawl.cn/static/lib/ty-public.min.css);

/* @font-face {
  fa-solid-900.woff2
  font-family: "Calibri-Regular";
  font-display: swap;
  src: url(https://v.zawl.cn/2022/2322/astra.woff2) format("woff2");
} */

.font-main {
  font-family: "Open Sans" !important;
  display: flex;
}

.font-secondary {
  font-family: "Oswald";
}

/*https://fonts.googleapis.com/*/
:root {
  --green: #49b26d;
  --cyan: #037583;
  --cyan1: #3bb3c2;
  --orange: #ffc61d;
  --yellow:#e9e961;
  --blue:#22446e;
}

body {
  /*subpixel-antialiased antialiased none*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font: 14px "Open Sans", Arial, sans-serif !important;
  padding: 0;
  margin: 0;
  /* background: #f9f9f9; */
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, .maintext {
  color: #000
}

.bg{
  background-color: var(--blue);
}
.bg1{
  background-color: var(--green);
}
.text-main{
  color: var(--green);
}
.text-999{
  color: #999;
}
.spacing-5 {
  letter-spacing: -1px;
}
.spacing-em{
  letter-spacing: -0.15rem
}
.text-15{
  font-size: 15px;
}

.maxwidth{
  max-width: 1250px 
}
.maxwidth1{
  max-width: 1370px 
}
.bg-fixed{
  background-attachment: fixed !important;

}
.text-green{
  color: var(--green);
}

.searchbtn{
  /* 搜索 */
  background: #eeeeee url(https://v.zawl.cn/2022/1408/images/search.webp) no-repeat 20% 50%;
  width: 40px;
  height: 50px;
  border-radius: 0
}
.tysearch input, .tysearch button{
  height: 26px;
  background-color: #fff;
}
.tysearch{
  max-width: 33%;
}
@media(max-width:570px){
  .tysearch{
    width: 100%;
  }
  .columns-3, .columns{
    columns: 2 !important;

  }
  
}
.text-shadow{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.text-shadow1{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.text-yellow{
  color: var(--yellow);
  
}

.header a:hover{
  color: #000;
}

.tysearch{
  width: 50%;
  
}
.tysearch *{
  background-color: #eee;
}

.text-5 {
  font-size: 1.50em !important;
}

.wh-100{
  width: 100%;
}

@media(max-width:576px){
  .wh-100{
    height: 100%;
    width: auto;
  }
  .integrity.w-50{
    width: 100% !important;
  }
}

/* ==========头部开始=========== */

/* 吸顶 */
.yyhead>*:nth-child(1){
  font-size: 21px;
  height: 40px;
  line-height: 40px;
}
.sticktop>*:nth-child(1){
  margin-top: -40px;
}

.yyhead>*:nth-child(2){
  height: 90px;
 
}
.sticktop>*:nth-child(2){
  height: 70px; 
}
.logo1{
  width: 160px;
  transition: all 0.5s;
}

@media(max-width:570px){
  .logo1{
    width: 85px;
  }
  .yyhead>*:nth-child(2){
    height: 70px;
   
  }


  .sticktop>*:nth-child(2) .logo1{
    width: 105px !important; 
  
  }
}

.sticktop>*:nth-child(2) .logo1{
  width: 130px; 

}
.yyhead>*:nth-child(1){
  transition: all 0.3s ease-in-out;
}

.yyhead>*:nth-child(2){
  transition: all 1s ease;
}

/* 吸顶n */




/* 主菜单及宽幅子菜单和移动端菜单 b */



.mainmenu>.navbar-nav>li>a{
  padding:10px !important;
}
.navbar-nav>li:hover>a, .navbar-nav>li>a.active{
  border-radius:0 0 0 0;
  background-color:var(--green) !important;
  color:#fff
}


a.dropdown-item {
  font-size: 14px!important;
  font-size: 0.8em;
}

@media(min-width:570px){

  .mainmenu>.navbar-nav>li>a{
    font-size: 14px;
    display: flex; 
    align-items: center;
    padding:0 22px !important;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-weight: 400;
    height: 100%;
  }
    /*导航改为Hover  b*/
    .dropdown:hover>.dropdown-menu {
      display  : block;
      transform-origin: 0 0;
      animation: sidedown  cubic-bezier(1, 1, 0.1, 1) 0.5s;
      border-radius:0;
    }

    .dropdown-menu {
        margin: 0 0 0 0px;
        border: 0;
        box-shadow:0 0 10px rgba(0,0,0,0.2)
    }

    .inner .mainmenu{
        height:60px;
        transition:height  0.5s;
    
    }
    .inner .sticktop.mainmenu{
        height:50px;
        transition:all 1s;
    }
   
    /*
    在li.dropdown 添加position: static 并设置后面的.dropdown-menu wdth: auto; 
    即可实现宽幅下拉菜单
    */
    .dropdown-mega{
      position: static;
    }
      
    .dropdown-mega .dropdown-menu{
      border-top: 2px solid #000;
      left: 10px;
      width: 1130px;
      /* width: auto; */


    }


    /*  
      hover效果
      .navbar-nav>li>a, .navbar-nav>li.active>a{
          clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
          transition:all 1s;
      }
  */




}


/* active */
.mainmenu>.navbar-nav>li>a.active{
  text-decoration:underline;
}


/* 主菜单及宽幅子菜单和移动端菜单 e */


.shadow-inner-top{
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}


.-mt-2{
  margin-top: -2px;
}

.text-10{
  font-size:0.8rem;
}
.crumbs{
  color: #fff;
  border-top: 1px solid #fff;
}

.crumbs a, .crumbs a:hover{
  color:#fff !important
}


.columns{
    columns: 2;
}
.columns-3{
  columns: 3;
}
.geta a>span:hover{
  background-color: #000;
  color: #fff;
}
.row-option:nth-child(2n+1){
  background-color: #fff;
}
.row-option:nth-child(2n+2){
  background-color: #eee;
}
.imgbg{
  animation: image-animation 10s infinite;
}
.imgshadow{
  filter: drop-shadow(0px 0px 10px  rgba(0, 0, 0, 0.4));
}


@keyframes image-animation {
  0% {
    filter: blur(30px) brightness(2);
    transform: scale(1.8);
  }
  50% {
    filter: blur(40px) brightness(3);
    transform:translate(3%)  scale(1.5);
  }

  100% {
    filter: blur(30px) brightness(2);
    transform: scale(1.8);
  }
}

/* ==========头部结束=========== */
  .ititle{
    position: relative;
    display: inline-block;
    font-size: 32px;
    padding:10px;


  }
  .ititle:before,  .ititle:after{
   content: '';
   position: absolute;
   width: 140px;
   height: 3px;
   background-color: var(--green);
   bottom:0px;
   left:50%;
   transform: translate(-50%);

  }
  .ititle:after{
    bottom:1px;
    width: 320px;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
  }


/* ==========首页开始=========== */
.mw-auto{
  max-width: 100%; 
  max-height: 100%;
}




/* 分类 */


.i-cate-nav img{
  width: 120px;
}

@media(min-width:570px){
  .i-cate-nav{
    max-width: 50%;
  }
  .i-cate-nav img{
    width: 180px;
  }
  
}
@media(max-width:570px){
 .donwarraw{
  margin-top: -15px;
 }
  
}
.bg-light1{
  background-color: #f7f7f7;
}

.bg-light2{
  background-color: #e7e6e6;
}


/* .pclass开始的效果 */

@keyframes falsh{
  0%{
    filter:invert(0%) brightness(100%)
  }
  40%{
    filter:invert(10%) brightness(200%)
  } 
  50% {
    filter:grayscale(0%) brightness(100%)
  }
  60%{
    filter:invert(10%) brightness(150%)
  } 
}

@media(min-width:992px){

  .pclass img {
    transition: all 0.8s;
  }
  
  .pclass:hover img {
    transform: translateX(40%) scale(1.2);
    animation: falsh 0.15s forwards 0.3s 2;
  
  }
  
  .pclass .ipdesc {
    transition: all 0.5s;
  
  }
  
  
  .pclass:hover .ipdesc {
    transform: translateX(150%);
  }
  
  .pclass .hovera{
    position: absolute;
    width: 110px;
    transform: translate(200%,250%);
    opacity: 0;
    transition: all 0.3s;
  }
  .pclass:hover .hovera{
    transform: translate(40%,250%);
    opacity: 1;
  }
}

.navtabs.active{
  border-bottom:1px solid #037583
}

/* 分类 end*/

/* 组合logo定位 */
.iaboutlogo{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border:5px solid #fff;
  background-color: #fff;
  transform: scale(0.8);
  left:4%;

}
.aboutimg:hover .iaboutlogo{
  animation: rotate 2s linear infinite;
}


@media(max-width:992px){
  .iaboutlogo{
    left:40%;
    bottom:-15%;
  }

}

.iaboutlogo>img:nth-child(1){
  position: absolute;
  top:14px;
  left:0px;
  width: 60px;
}

.iaboutlogo>img:nth-child(2){
  position: absolute;
  right:0;
  top:-0px;
  width: 70px;
}


@keyframes rotate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



/* productlist .inquery-row */
.main-border-color{border-color: #f1f1f1;}
.w-20{
  width: 20%;
}

.inquery-row>div{
  border-radius: 25px;
  background-color: var(--green);
}

.inquery-row a{
  background-color: var(--green);
  padding:5px 40px;
  color: #fff;
  margin-right: 1px;
  display: block;
  border-right:1px solid #fff
}

.inquery-row a:hover{
  background-color: black;

}
@media(max-width:760px){
  .inquery-row a{
    padding:5px 10px;
  }
}










/*我们的位置 */

.line-height-12{
  line-height: 1.2em;
}
.curr_position_bnaner{
    background-color: rgba(73,178,109,0.8);
}





.maplogo,.maplogo>span{
  border-radius: 50%;
  padding:1px;
  background: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
  right:28.5%;
  top:44%;
}

.maplogo>span{
  top:0;
  right: 0;
  z-index: -1;
}
.maplogo img{
  z-index:1 ;
}
.maplogo:after, .maplogo:before{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  content: '';
  display: block;
  border:1px solid #000;
  z-index: -2;
  top:50%;
  left:50%;
  background-color:#fff;
  transform: translate(-50%,-50%);
  animation: ripple 1s linear infinite;
}
.maplogo:before{

  animation: ripple 1s linear 0.5s infinite;
}
@keyframes ripple {
  0% {
    width: 50px;
    height: 50px;
    opacity: 0; 
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 0.5; 
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0.1; /* 最终透明度 */
  }
}
/* logo map结束  */



/* 广告图，视觉差 */

.adlogo{
  width:185px;
  height: 185px;;
  position: absolute;
  left: 50%;
  transform:translate(-50%);
  top:-100px;
  padding:30px;
}
.adlogo:before{
  content: "";
  z-index: -1;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:-10%;
  border-radius: 50%;

}


@media(max-width:960px){
  .adlogo{
    top:-90px;
    transform:translate(-50%) scale(0.5);


  }
}


/* 新闻*/
/* 为fa添加圆形 */
.fa-yycircle{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 25px;

}
.fa-yycircle:after{
  position: absolute;
  top:0%;
  left:0%;
  transform: translate(0);
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border:1px solid #ccc
}


/* 另一种直拉发在代码里
<a class="d-inline-flex  text-white rounded-circle border me-2">
  <i class="fa fa-home text-10 fa-yycircle"></i>
</a>


*/
/* 为fa添加圆形 end */



.z-index-1{
  z-index: 1;
}


/* 将图像转成纯白色 */
.img-white{
  filter: grayscale(100%) brightness(10000%);
}
.ilogo>img{
  width: 100px;
}
.iabout{
  border-radius: 20px 20px 0 0;
  background-color: rgba(0,105,62,0.8);
}
.iabout>span{
  text-shadow:2px 2px 2px #000;
}
a.logobtn{
  background-color: #ffc61d;
  transition: all 0.5s;
}
.logobtn img{
   width: 20px;
}
a.logobtn:hover{
  background-color:var(--green);
  color:#fff;
}
a.logobtn:hover img{
  filter: grayscale(0%) brightness(100%);
}

.text-11{
  font-size: 11px
}

.path{
  background-color: ;
  clip-path:polygon(0% 0%, 100% 0%, 50% 10px); 
}


/* ==========首页结束 =========== */



/* ==========left平行菜单栏开始 =========== */
.m-menu ul>li{
  background-image: url(https://v.zawl.cn/2022/1408/images/select.webp);
  background-repeat: no-repeat;
  background-position: 4px 5px;
}
.m-menu li.active{
  background-image: url(https://v.zawl.cn/2022/1408/images/selected.webp);
  background-position: 4px 8px;
  background-repeat: no-repeat;

}

/* ==========left平行菜单栏结束 =========== */



/* ==========产品详情页开始 =========== */



  .article p{
    margin: 1em 0px !important;
  }

  .mySwiper{
    padding-left: 15px !important;
  }
  .mySwiper .swiper-slide{
    width: 23.9% !important;
    border:6px solid #f1f1f1;
    aspect-ratio: 1/1;
  }


  .swiper-slide-thumb-active{
     border:5px solid var(--green) !important;
  }

  .row.row-param:last-child{
    border-bottom:1px solid #dee2e6
  }

  .shadow-1{
    box-shadow:  0 10px 20px  rgba(79, 79, 79, 0.1); /* adjust values as needed */
  }

  .inquirybar>a{
    position: relative;
  }
  .inquirybar>a:hover>span:nth-child(1){
      transform: scale(1);
      visibility:visible;
      display: block;
      top:-49px;
      z-index: 1;
  }
  .inquirybar>a>span:nth-child(1){
      display: block;
      white-space: nowrap;
      left: -60%;
      top:-28px;
      transition: all 0.6s;
      transform: scale(0);
      padding: 10px 30px;
      border-radius: 50px;
      background-color:var(--blue);
      position: absolute;
      visibility:hidden;
      z-index: -2;
      font-size: 14px;
      border:5px solid #f1f1f1;
  }

[class^="colnum-"] {
  overflow: hidden;
  padding-right:1em;
  column-gap: 10px
}
.colnum-3{
  column-count: 3;
}
.colnum-2{
  column-count: 2;
}
 
  
  

/* ==========产品详情页结束 =========== */


/* ========== 单页开始 =========== */
.column-2{
  column-count:2;
  column-gap: 0.5em;  
}
.column-1{
  column-count:1;
  column-gap: 0.5em;  
}

.pb-200{
  padding-bottom: 200%;
}
.bg-f1{
  background-color:#f1f1f1
}

.border-green{
  border-color:var(--green) !important;
}

.cnrounded-pill{
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: var(--green);
  border-radius: 10px; 
  margin-right: 10px;
}

.text-yellow{
 color: #fc7e02;
}
.ton574{
  margin-top: 18%;
}

@media(max-width:570px){

  /* 佰鹿理念 */
   .bailu-idea>.row>div:nth-child(odd)>div>div{
    background-color: var(--green) !important;
    color: #fff !important;
   }
   .bailu-idea>.row>div:nth-child(even)>div>div{
    background-color:#f1f1f1 !important;
    color: #000 !important;
   }
   /* banner */
   .banner-description{
    font-size: 14px !important;
   }
   .banner-title{
     font-size: 24px !important;
   }
}
.greeblock{
  position: relative;
}
.greeblock::before{
  top:50%;
  transform:translateY(-50%);
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  position: absolute;
  background-color: var(--green);
}

@media(min-width:576px){

  .dfaqs:nth-child(even) .dfaqsin{
    margin-left: 0.5em;
  }
}


/* ========== 单页结束 =========== */


/* ==========询盘模态开始 =========== */
.modelcatleft .modal-dialog {
  position: absolute;
  width: 300px;
  height: 100%;
  left：auto;
  right: 0;
  /* right: auto; */
  top: 0;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
}

.modelcatleft .modal-content {
  height: 100%;
  border-radius: 0;
}

.modelcatleft .lclose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.5em;
  transform: matrix();
}
/* ==========询盘模态结束 =========== */




/* ==========底部开始 =========== */
/* 三角形 */
.triangle{
  position: relative;
  clip-path:polygon(
    0% 0%,
    50% 8%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 0%
    );


}
.triangle:before{
  content: "";
  z-index: -1;
  position: absolute;
  top:0.3%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  clip-path:polygon(
    0% 0%,
    50% 10%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 0%
    );


}

.triangle1{
  position: relative;
  background-color: var(--blue);
}

.triangle1:before{
  top:0;
  left: 0;
  width: 100%;
  height: 3em;
  z-index: 1;
  position: absolute;
  display: block;
  background-color: white;
  content:'';
  clip-path:polygon(
    0% 0%,
    100% 0%,
    50% 100%,
    0% 0%
    );
}
.special-col>div{
  padding-top:6em;
  padding-bottom:6em;
}
.special-col>div:nth-child(3){
  padding-left: 2em;
  padding-right: 2em;
  background-color: var(--green);
}
.special-col>div:nth-child(4){
  padding-left: 2em;
  padding-right: 2em;
}



#basic-addon2 {
  cursor: pointer;
  background: #000;
  color: #fff;
  width: 160px
}

/* ==========底部结束 =========== */



/* ==========分页开始 =========== */

  .page span, .page a{
    padding:10px 20px;
    background-color: #eee;


  }
  .page li{
    margin-right: 10px;
  }
  .page li.active span{
    background-color: var(--orange);
    color: #000;
  }

  .newslistpage span, .newslistpage a{
    background-color: #fff;
  }
/* ==========分页结束  =========== */




.culoading {
  background-image: url("https://v.zawl.cn/static/ty-1.0/ueditor/themes/default/images/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 10vw;
  overflow: hidden;
}

.culoading * {
  visibility: hidden;
}

/* 让出错的图片看起来更舒服 onerror */
/* img:before {
  content: "";
  background: #fff
    url("https://v.zawl.cn/2022/2516/upload/image/20220811/112759-09.webp") 50%
    50% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */



/* 动态边框b 
.swiper-slide-thumb-active {
	position: relative;
	z-index: 0;
	width: 40px;
	height: 30px;
	overflow: hidden;
	padding: 0.1rem;
    cursor: pointer;
}
	
.swiper-slide-thumb-active img{
    transform: scale(0.6) !important;
    transition: all 1s;
}

.swiper-slide-thumb-active::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-image: linear-gradient(var(--cyan), var(--cyan)), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
		animation: rotate 4s linear infinite;
}
	
.swiper-slide-thumb-active::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 2px;
		top: 2px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		background: white;
		border-radius: 0;
}


.factorys.px-2{
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}

.factimgover .start-0.h-100{
  transition: all 1s;
  transform: translateX(0%);
}
.factimgover:hover .start-0.h-100{
  transform: translateX(-100%);
  
  
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
*/
/* 动态边框e */