/*
 谷歌字体在线引用变体方式
 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/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=Barlow Semi Condensed:100,300,400,700,900&display=swap");

/*以上字体验证可用*/
@import url(https://v.zawl.cn/static/lib/ty-public.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: "Calibri-Regular";
}

.font-secondary {
  font-family: "Barlow Semi Condensed";
}

/*https://fonts.googleapis.com/*/
:root {
  --green: #84c225;
  --cyan: #037583;
  --cyan1: #3bb3c2;
  --orange: #ee8300;
}

body {
  /*subpixel-antialiased antialiased none*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font: 14px "Calibri-Regular", "Helvetica", Arial, sans-serif !important;
  padding: 0;
  margin: 0;
  /* background: #f9f9f9; */
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #67bbbf;
}

.bg {
  background-color: var(--cyan);
}
.bg1 {
  background-color: var(--cyan1);
}
.bg2 {
  background-color: var(--orange);
}
.bg3 {
  background-color: #f1f1f1;
}

.line-height-15 {
  line-height: 1.5em;
}

.text {
  color: #333;
}
.text1 {
  color: var(--cyan1);
}
.text3 {
  color: var(--orange);
}
.text2 {
  color: var(--green);
}
.text-100 {
  font-weight: 100;
}

.maxwidth {
  max-width: 1428px;
}

.maxwidth1 {
  max-width: 1478px;
}
.maxwidth2 {
  max-width: 1352px;
}

/*=导航开始=========================================*/

.iemail:before {
  left: 0;
  top: 10%;
  content: "\f0e0";
}
.fa-bg {
  position: relative;
}
.fa-bg:before {
  position: absolute;
  display: block;
}
.text-32 {
  font-size: 32px;
}
.searchbtn {
  background: #fff url(https://v.zawl.cn/2022/2283/one/lib/search.gif) no-repeat
    20% 50%;
  width: 40px;
  height: 34px;
  border-radius: 0 17px 17px 0;
}
.searchtext {
  height: 34px;
  border-radius: 15px 0 0 15px;
}

.logo1 {
  max-height: 50px;
}

@media (min-width: 780px) {
  /*导航改为Hover  b*/
  .dropdown:hover > .dropdown-menu,
  .ipruducts .dropdown-menu .dropdown:hover {
    display: block;
    /*animation: fadeIn 500ms linear;*/
  }
}

.dropdown-toggle {
  position: relative;
}

.dropdown-toggle:after {
  /*向下箭头*/
  border: 0;
  /*content:"\f078";*/
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  right: 0px;
  transition: all 0.3s;
}

.navbar-nav > li:hover .dropdown-toggle:after {
  /*transform: rotate(-90deg);*/
}

.navbar-nav > li > a:hover {
  color: #67bbbf;
}

.navbar-nav > li > a {
  font-size: 15px;
  color: #333;
  transition: all 0.5s;
}
.twomenu {
  height: 0px;
  z-index: 100;
}
.navbar-nav a,
.twomenu a {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Calibri-Regular";
  font-size: 12px;
  padding: 20px 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.navbar-nav ul a {
  color: #999;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.5s;
}

.navbar-nav ul a:hover,
.navbar-nav ul > li:hover {
  color: #333;
  background: #fff !important;
}

.navbar-nav ul {
  padding: 0;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-radius: 0;
  /* box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%); */
}
.navbar-brand {
  display: none;
}

@media (min-width: 786px) {
  .navbar-nav > .dropdown > a:hover {
    background: #f1f1f1;
  }
  .navbar-nav > .dropdown:hover > .dropdown-menu {
      border:1px solid red;
    background: #fff;
    position: absolute;
    display: flex;
   right:0;
   transform: translateX(50%);
    border: 0;
    background: #f1f1f1;
    animation: toup 300ms linear;
  }
  /* .navbar-nav > .dropdown:hover > .dropdown-menu.aboutul {
    left: -750%;
  } */
  .navbar-nav > .dropdown:hover > .dropdown-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticktop .navbar-brand {
    display: block;
  }

  .mw-50 {
    max-width: 50% !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    border-bottom: 1px solid #eaeaea;
  }

  .navbar-nav ul {
    border: 0;
  }

  .navbar-nav ul a {
    background: #f9f9f9;
  }

  .nav-link.dropdown-toggle:after {
    display: none;
  }

  .dropdown-toggle:after {
    top: 10px;
    right: 15px;
    padding: 8px;
    transform: rotate(0deg);
  }

  .show.dropdown-toggle:after {
    transform: rotate(-180deg);
  }

  .logomenu {
    width: 100%;
  }
}

/*=导航结束=========================================*/

/*=首页开始=========================================*/

.i-carousel-item {
  /*height:850px;*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  animation: all 0.5s;
}
.i-carousel-item > div {
  right: 10%;
  width: 25%;
  background-color: rgba(238, 131, 0, 0.7);
  /* background-color: rgba(3,117,131,0.7); */
}
.productclassification {
  background: url("https://v.zawl.cn/2022/2523/images/bg1.webp") no-repeat top;
}
.productclassification .pclass > div {
  background: url("https://v.zawl.cn/2022/2523/images/bg2.webp") 50% 0 repeat-y;
}

.bg1h {
  height: 30px;
}

.pclass .ipdesc {
  position: absolute;
  right: -1000px;
  transition: all 0.6s;
}

.pclass:hover .ipdesc {
  right: 0;
}

@media (max-width: 768px) {
  .pclass img {
    width: 80% !important;
    margin-left: 10%;
  }
}

.pclass img {
  transition: all 0.9s;
}
.pclass:hover img {
  transform: translateX(-50%);
}

.btn1 {
  display: inline-block;
  width: 168px;
  height: 40px;
  line-height: 40px;
  padding-left: 110px;
  border-radius: 20px;
  color: var(--orange);
  transition: all 0.5s;
  background: #fff url("https://v.zawl.cn/2022/2523/images/jt.webp") no-repeat
    20% 40%;
}
.btn1:hover {
  color: var(--orange);
  font-weight: 500;
  box-shadow: 0 0 10px rgba(158, 109, 2, 0.5);
  transform: scale(1.1);
}
.btn2 {
  background: var(--orange) url("https://v.zawl.cn/2022/2523/images/jt1.webp")
    no-repeat 20% 40%;
  color: #fff;
}
.btn2:hover {
  color: #fff;
}
.ititle {
  font-family: "Anton";
  background: url("https://v.zawl.cn/2022/2523/images/bgtitle.webp") no-repeat
    50% 0;
  padding-top: 36px;
}
.anton {
  font-family: "Anton";
}
.adf .nav-link {
  border: 1px solid var(--cyan1) !important;
  border-radius: 0;
  background-color: #fff;
}
.adf .nav-link.active {
  background-color: var(--cyan1);
  color: #fff;
}

.adf li {
  margin-left: -1px;
}
.bgadt {
  background-size: 100% auto;
  background: var(--cyan1) url("https://v.zawl.cn/2022/2523/images/bg3.webp")
    no-repeat center top;
}
.bgadb {
  background-size: 100% auto;
  background: var(--cyan1) url("https://v.zawl.cn/2022/2523/images/bg4.webp")
    no-repeat center bottom;
}

.Advantages-and-Features {
  background: var(--cyan1);
}

.background-position-center {
  background-position: 50% 50%;
}

.background-auto {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pb-p2 {
  padding-bottom: 4% !important;
}

p {
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .pb-lg-26 {
    padding-bottom: 26% !important;
  }

  .pb-lg-27 {
    padding-bottom: 27% !important;
  }

  .pb-lg-28 {
    padding-bottom: 28% !important;
  }

  .pb-lg-29 {
    padding-bottom: 29% !important;
  }
}

/* [class*=icat] {
    border-radius: 20px;
    transition: all .5s;
} */

/* [class*=icat]:hover {
    box-shadow: 0px 20px 20px rgba(100, 100, 100, 0.5);
    opacity: 0.8
} */

.ty-btn {
  box-shadow: 0px 20px 20px rgba(100, 100, 100, 0.3);
  border-radius: 10px;
  display: inline-block;
  color: f1f1f1;
  background: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
  letter-spacing: 1px;
  padding: 20px 30px;
  cursor: pointer;
}

.ty-btn:hover {
  background: #333 !important;
  color: #fff;
  transform: translate(0px, -10px);
}

.box-shadow {
  box-shadow: 0px 20px 20px rgba(100, 100, 100, 0.3) !important;
}

.border-radius {
  border-radius: 20px;
}

.enlarge {
  transition: all 0.3s;
}

.enlarge:hover {
  transform: scale(1.05);
}
.iwhy-choose-us {
  background: #f1f1f1 url("https://v.zawl.cn/2022/2523/images/bg7.webp")
    no-repeat top center;
  background-position: 100% auto;
}
.iwhy-choose-us .row {
  background: #f1f1f1 !important;
}
.iwhy-choose-us p {
  color: #333;
  line-height: 1.5em;
}
.iwhy-choose-us .container {
  border: 20px solid #f1f1f1;
}

@media (max-width: 767px) {
  .iwhy-choose-us .container {
    border: 5px solid #f1f1f1;
  }
}

@media (min-width: 767px) {
  .wcs {
    margin-bottom: -80px;
  }
}

.ipro > div {
  background: #fff;
}

.ititle1 {
  position: relative;
  padding-left: 35px;
}
.ititle1:before {
  left: 0;
  top: 3px;
  position: absolute;
  display: block;
  color: var(--cyan1);

  font: normal normal normal 28px/1 FontAwesome;
  content: "\f02e";
}
.ititle2:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
}

/*=首页结束=========================================*/

/*=底部开始=========================================*/
.footer {
  background-image: url("https://v.zawl.cn/2022/2523/images/bg8.webp"),
    url("https://v.zawl.cn/2022/2523/images/bg9.webp");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-color: var(--cyan);
}
.fulblock {
  margin: 35px 0;
  border-left: 3px solid #fff;
}
.fulblock a {
  display: block;
  color: #fff;
}

.fulblock a:nth-child(1) {
  padding: 0px 0 4px 15px;
}
.fulblock a:nth-last-child(1) {
  padding: 4px 0 0px 15px;
}
.fulblock a:not(:first-child):not(:last-child) {
  padding: 4px 0 4px 15px;
}
.fulblock a:nth-child(1) {
  padding-bottom: 10px;
}
.inquiryfrom1 {
  width: 400px !important;
}

#basic-addon2 {
  cursor: pointer;
  background: var(--orange);
  color: #fff;
  width: 120px;
  border: 0px;
}

.enlargeup {
  transition: all 0.3s;
}

.enlargeup:hover {
  font-size: 30px;
  transform: scale(1.05);
}

/*=底部结束=========================================*/

/*=产品预览模态开始 BG804QBHLGBA123 =========================================*/

.modal.in .modal-dialog {
  transform: translate(0, -50%);
}

.modal-dialog {
  position: absolute;
  width: auto;
  margin: 10px auto;
  left: 0;
  right: 0;
  top: 20%;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 1000px;
  }
}

.mclose {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.mclose:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.oveiw {
  /*opacity:0;*/
  background-color: rgba(111, 185, 192, 0);
  transition: all 0.5s;
}
.oveiw a {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(111, 185, 192, 0.5);
  transition: all 0.5s;
}
.links1 {
  transform: translate(-1000px, 0);
}
.links2 {
  transform: translate(1000px, 0);
}

.oveiw:hover a {
  background: rgba(111, 185, 192, 1);
  transform: translate(0, 0);
}

.oveiw a:hover {
  color: rgba(255, 255, 255, 1);
}

.proimg .iprosimg {
  transition: all 0.8s;
}
.proimg:hover .iprosimg {
  transform: scale(1.2);
}

.ipro .carousel-indicators [data-bs-target] {
  background-color: #666;
}

.ipro button.carousel-control-prev,
.ipro button.carousel-control-next {
  /*反色模式 黑变白，白*/
  filter: invert(1) hue-rotate(180deg);
}

/*=产品预览模态结束 =========================================*/

/*=面包导航开始 =========================================*/
建材分类

/*=面包导航结束 =========================================*/


/*=分页开始 =========================================*/

.page {
  padding: 35px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 11px;
  font-size: 15px;
  text-align: center;
  margin-right: 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: var(--cyan1);
  border-color: var(--cyan1);
  color: #fff;
  /*font-weight: 900;*/
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid var(--cyan1);
  border-radius: 50%;
  background: #f1faff;
  margin-left: 10px;
  color: #333;
}
/*=分页结束 =========================================*/

/*=侧边栏开始 BG804QBHLGBA123LEFT======================*/
.modelcatleft .modal-dialog {
  position: absolute;
  width: 340px;
  height: 100%;
  left: 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;
}
/*=侧边栏结束 =========================================*/

/*=产品详情页开始 =========================================*/
.box25 {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.box35 {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.descriptoontxt:before {
  content: "";
  position: absolute;
  top: 0;
  width: 85px;
  height: 4px;
  background: #000;
}

/*=产品详情页结束========================================*/

.quotationmark {
  position: relative;
  padding: 0 50px 0 50px;
}
.quotationmark:before,
.quotationmark:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -10px;
}
.quotationmark:before {
  left: 0;
  background: url("https://v.zawl.cn/2022/2523/images/bg10.webp") no-repeat;
}
.quotationmark:after {
  right: 0 !important;
  background: url("https://v.zawl.cn/2022/2523/images/bg11.webp") no-repeat;
}
article.quotationmark img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.logowhite {
  max-width: 60%;
  filter: drop-shadow(0 300px white);
  transform: translateY(-300px);
}

li.lilt,
li.lirt,
li.lilb,
li.lirb {
  height: 53px;
}
li.lilt {
  background: url("https://v.zawl.cn/2022/2523/images/bg12.webp") no-repeat;
}
li.lilb {
  background: url("https://v.zawl.cn/2022/2523/images/bg12.webp") no-repeat;
  transform: rotate(180deg);
}
li.lilc > a {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
li.lilc > a:before {
  position: absolute;
  top: 10px;
  display: block;
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
}
/* .lilc{
    min-height: 920px;
} */

/* .contactbox>li>div{
    width: 250px;
    height: 56px;
    border-radius: 50px;
    overflow: hidden;
    padding:4px;
    transition: all 1s;
}
    
}
.contactbox>li>div span, .contactbox>li>div a{
    display: block;
    line-height: 50px;
}
.contactbox>li>div .fa{
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border:1px solid #fff;
    font-size: 30px;
    
}

.contactbox>li>div:hover{
 
    background-color: var(--orange);
} */

.licontactus {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 64px;
  transition: all 0.5s;
}
.licontactus span {
  width: 52px;
  height: 52px;
}
.licontactus:hover {
  width: 280px;
  background-color: var(--orange);
  z-index: 10;
}
.licontactus:nth-child(2) .fa-volume-control-phone {
  transform: rotate(-45deg);
}
.fa-mobile-phone.text-32 {
  font-size: 42px !important;
}

.swiper-wrapper {
  height: auto !important;
}

.h-125 {
  /* height: 125% !important; */
  height: 10vw !important;
  overflow: hidden !important;
}

.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: 3vw;
  overflow: hidden;
}

.culoading * {
  visibility: hidden;
}

/* 让出错的图片看起来更舒服 onerror */
img{
  position: relative !important;
}
img:before {
  content: "";
  background: #fff
    url("https://v.zawl.cn/2022/2523/upload/thumbnail/20220819/191522-43.webp") 50%
    50% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* 动态边框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-position: 0 0, 100% 0, 100% 100%, 0 100%; */
		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: 1px;
		top: 1px;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		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%);
  
}
/* 动态边框e */

.factimgover img{
  transition: all 1s
}

.drop-shadow{
  filter: drop-shadow(15px 15px rgba(230,230,230,1));
  transition: all 0.5s;
  /* transform: translateY(-300px); */
}
.drop-shadow:hover{
  filter: 
  drop-shadow(40px 40px rgba(230,230,230,0.5))
  hue-rotate(180deg)
  saturate(50%)
}

.shipmentclick{
  z-index: 1000;
}

.column-width {
  /* column-count: 5; */
  column-width: 350px;
  column-gap: 0;
}
.px1{
  padding:1px;
}

.fa-user{
 
}



#map_canvas {
    height: 430px;
    border: 5px solid #f1f1f1;
}