/*
 谷歌字体在线引用变体方式
 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=Open Sans:100,200,300,400,700,900&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;
}

.font-secondary {
  font-family: "Helvetica";
}

/*https://fonts.googleapis.com/*/
:root {
  --green: #00693e;
  --cyan: #037583;
  --cyan1: #3bb3c2;
  --orange: #ffc61d;
  --yellow:#e9e961;
}

body {
  /*subpixel-antialiased antialiased none*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font: 14px "Open Sans", "HelveArialtica", 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(--orange);
}

.text-999{
  color: #999;
}
.spacing-5{
  letter-spacing: -0.5px;
}
.text-15{
  font-size: 15px;
}

.maxwidth{
  max-width: 1060px !important;
  columns;
}

.searchbtn{
  /* 搜索 */
  background: #eeeeee url(https://v.zawl.cn/2022/1408/images/search.webp) no-repeat 20% 50%;
  width: 40px;
  height: 50px;
  border-radius: 0
}
@media(max-width:570px){
  .tysearch{
    width: 100%;
  }
}

.text-yellow{
  color: var(--yellow);
}

.header a:hover{
  color: #000;
}

.tysearch{
  width: 50%;
  
}
.tysearch *{
  background-color: #eee;
}

.text-5 {
  font-size: 1.50em !important;
}

/* ==========头部开始=========== */

/* 吸顶 */
.yyhead>*:nth-child(1){
  height: 40px;
}
.sticktop>*:nth-child(1){
  margin-top: -40px;
}

.yyhead>*:nth-child(2){
  height: 100px;
 
}
.sticktop>*:nth-child(2){
  height: 80px; 
}
.logo1{
  width: 100px;
  transition: all 0.5s;
}
.sticktop>*:nth-child(2) .logo1{
  width: 80px; 

}
.yyhead>*:nth-child(1){
  transition: all 0.3s ease-in-out;
}

.yyhead>*:nth-child(2){
  transition: all 1s ease;
}

/* 吸顶n */




/* 主菜单及宽幅子菜单和移动端菜单 b */

.yymainnav{
  height: 132px;
}

.mainmenu>.navbar-nav>li>a{
  padding:10px !important;
}
.navbar-nav>li:hover>a, .navbar-nav>li.active>a{
  border-radius:0 0 0 0;
  background-color:rgb(7, 7, 7);
  color:#fff
}


a.dropdown-item {
  font-size: 11px!important;
  font-size: 0.8em;
}

@media(min-width:570px){

  .mainmenu>.navbar-nav>li>a{
    font-size: 11px;
    display: flex; 
    align-items: center;
    padding:0 14px !important;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-weight: 600;
    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: 1040px;
      /* 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 */























/* ==========头部结束=========== */
  .ititle{
    font-size: 24px;
    color: #666;
    padding:10px;
    background-image: url(https://v.zawl.cn/2022/1408/images/ititlebg.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    
  }




/* ==========首页开始=========== */
.mw-auto{
  max-width: 100%; 
  max-height: 100%;
}

/* 视觉差 */
.visual_difference>div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(http://v.zawl.cn/2022/2739/one/91c1f42e238ffdc4a97e1a779e1e366b.jpg);
}

.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;
}

.logobtn>img{
   width: 32px;
}

.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平行菜单栏结束 =========== */



/* ==========产品详情页开始 =========== */

.dititle{
  font-size: 18px;
  padding:10px;
  background-image: url(https://v.zawl.cn/2022/1408/images/ititlebg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  
}


  .article p{
    margin: 1em 0px !important;
  }


/* ==========产品详情页结束 =========== */






/* ==========询盘模态开始 =========== */
.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;
}
/* ==========询盘模态结束 =========== */



/* ==========底部开始 =========== */
/* 三角形 */
.triangle{
  position: relative;
}
.triangle:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
  height: 200px;
  z-index: 1;
  background-color:#fff;
  clip-path:polygon(0% 0%, 100% 0%, 50% 10%);
}

.footlogo{
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
}
.footlogo img{
  width: 100px;
}
.contact-icon-list>li{
  margin-bottom: 15px;
}
ul.contact-icon-list i.fa{
  width: 15px;
  font-size: 20px;
  opacity: 0.5;
}
#basic-addon2 {
  cursor: pointer;
  background: #000;
  color: #fff;
  width: 120px;
}

/* ==========底部结束 =========== */



/* ==========分页开始 =========== */

  .page span, .page a{
    padding:10px 20px;
    background-color: #eee;
  }
  .page li{
    margin-right: 10px;
  }
  .page li.active span{
    background-color: var(--green);
    color: #fff;
  }

  .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: 400px;
	height: 300px;
	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 */