


@media only screen and (min-width: 1400px){
.home_banner {
  padding: 128px 0 4rem;
  background: url(../image/home-banner-100.jpg) no-repeat top center / cover
}
}

@media screen and (max-width: 1410px){
.home_banner {
 padding: 138px 0 4rem;
  background: url(../image/home-banner-1002.jpg) no-repeat top center / cover;
	background-size: auto;
}
}




@media only screen and (min-width: 1400px){
.home_banner .head {
  max-width: 978px;
  padding-top: 6.885246%
}
	.home_banner .flex {
  min-height: 600px;
  padding: 100px 0
}

}

@media screen and (max-width: 1410px){
.home_banner .head {
  max-width: 978px;

}
	.home_banner .flex {
  min-height: 300px;
  padding: 0px 0
}

}



@media only screen and (min-width: 1400px){
.home_banner .head h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 74px;

}
}

@media screen and (max-width: 1410px){
.home_banner .head h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 74px;
	text-shadow: 0 0 15px #fff;

}
}


@media only screen and (min-width: 1400px){
.home_banner .head p {
  font-size: 18px;
  line-height: 27px;
  max-width: 556px;
  font-weight: 500;
  margin: 26px auto 0;

		text-transform: capitalize;
}
}

@media screen and (max-width: 1410px){
.home_banner .head p {
  font-size: 18px;
  line-height: 27px;
  max-width: 556px;
  font-weight: 500;
  margin: 26px auto 0;
	display: none;

		text-transform: capitalize;
}
}



@media only screen and (min-width: 1400px){
.home_banner .head .button {
  margin-top: 46px;
  font-size: 24px;
  font-weight: 500;
  min-width: unset;
  padding: 14px 73px 1rem 31px
}
}

@media screen and (max-width: 1410px){
.home_banner .head .button {
  margin-top: 46px;
  font-size: 24px;
  font-weight: 500;
  min-width: unset;
  padding: 14px 73px 1rem 31px;
	display: none;
}
}


.home_banner .head .button:hover {
  padding: 14px 52px 1rem
}
.home_banner ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr)
}
.home_banner ul .img {
  padding-bottom: 46.931%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f7f7f7;
  transition: all 0.3s
}
.home_banner ul .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0
}
.home_banner ul li:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background-color: #fff
}
.home_banner ul li p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px
}
@media only screen and (min-width: 1400px){
.home_nums {
  padding: 110px 0
}
}

@media screen and (max-width: 1410px){
.home_nums {
  padding: 60px 0
}
}

.home_nums .content {
  max-width: 1440px
}
.home_nums ul {
  display: flex
}
.home_nums ul li {
  flex: 1;
  text-align: center;
  position: relative
}
.home_nums ul li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 117px;
  background-color: #dfdfdf;
  position: absolute;
  right: 0;
  top: -20px
}
@media only screen and (min-width: 1400px){
.home_nums ul li span {
  color: #242424;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap
}
}

@media screen and (max-width: 1410px){
.home_nums ul li span {
  color: #242424;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap
}
}

.home_nums ul li p {
  color: var(--theme_color);
  font-size: 22px;
  line-height: 28px;
  margin-top: 24px
}

@media only screen and (min-width: 1400px){
.home_fabric {
  background-color: #f8f8f8;
  padding: 134px 0 140px
}
}

@media screen and (max-width: 1410px){
.home_fabric {
  background-color: #f8f8f8;
  padding: 60px 0 0px
}
	.bvbvbv{ font-size: 26px!important;}
}
@media only screen and (min-width: 1400px){
.home_fabric .content {
  max-width: 1676px
}
}

@media screen and (max-width: 1410px){
.home_fabric .content {
  max-width: 1176px
}
}

.home_fabric .head p {
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 782px;
  margin: 20px auto 0;
  font-weight: 500
}
.home_fabric .main {
  margin-top: 74px;
  display: grid;
  gap: 3rem 20px;
  grid-template-columns: repeat(3, 1fr)
}
.home_fabric .main .item .img {
  height: 205px;
  overflow: hidden;
  border-radius: 20px 20px 0 0
}
.home_fabric .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
@media only screen and (min-width: 1400px){
.home_fabric .main .item strong {
  display: block;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 1rem 19px;
		text-transform: capitalize;
}
}

@media screen and (max-width: 1410px){
.home_fabric .main .item strong {
  display: block;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  padding: 20px 1rem 19px;
		text-transform: capitalize;
}
}

.home_fabric .main .item ul {
  background-image: linear-gradient(to bottom, #efefef, transparent);
  display: grid;
  gap: 13px 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 27px 0 27px 15.4128%;

}
.home_fabric .main .item ul li {
  padding-right: 20px
}
@media only screen and (min-width: 1400px){
.home_fabric .main .item ul li a {
  color: #7c7c7c;
  font-size: 19px;
  transition: all 0.3s;
  font-weight: 500;
	text-transform: capitalize;
}
	.asasas{
		
		transform: translate3d(-470px, 0px, 0px)!important;
		transition-duration: 0ms!important;
		width: 420px!important; 
	}
}

@media screen and (max-width: 1410px){
.home_fabric .main .item ul li a {
  color: #7c7c7c;
  font-size: 15px;
  transition: all 0.3s;
  font-weight: 500;
	text-transform: capitalize;
}
		.asasas{
		
		transform: translate3d(-400px, 0px, 0px)!important;
			transition-duration: 0ms!important;
			width: 300px!important; 
	}
}

.home_fabric .main .item ul li a:hover {
  color: #222;
  text-decoration: underline
}
.home_expert {
  overflow: hidden
}
.home_expert .flex {

}
.home_expert .home_expert_swiper {
  width: 50%
}
.home_expert .home_expert_swiper .swiper-slide {
  opacity: 1;
  pointer-events: none;
  transition: all 0.2s;
  transform: scale(.76667)
}
.home_expert .home_expert_swiper .swiper-slide .pic {
  padding-bottom: 143.57143%;
  position: relative;
  overflow: hidden;
  border-radius: 20px
}
.home_expert .home_expert_swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0
}
.home_expert .home_expert_swiper .swiper-slide-active, .home_expert .home_expert_swiper .swiper-slide-prev {
  opacity: 1;
  pointer-events: all
}
.home_expert .home_expert_swiper .swiper-slide-active.swiper-slide-duplicate, .home_expert .home_expert_swiper .swiper-slide-prev.swiper-slide-duplicate {
  opacity: 0;
  pointer-events: none
}
.home_expert .home_expert_swiper .swiper-slide-active {
  transform: scale(1)
}
@media only screen and (min-width: 1400px){
.home_expert .head {
  padding: 100px 0;
  flex: 1;
max-width: 800px;
  background-color: #fff;
  position: relative;

	padding-left: 0px;
}
}

@media screen and (max-width: 1410px){
.home_expert .head {
  padding: 100px 0;
  flex: 1;
max-width: 800px;
  background-color: #fff;
  position: relative;

	padding-left: 50px;
}
}

.home_expert .head p {
  color: #7c7c7c;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px
}
.home_expert .head ul {
  display: flex;
  justify-content: space-between;
  max-width: 496px;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 1rem 0
}
.home_expert .head ul li {
  gap: 18px;
  width: 202px;
  display: flex;
  align-items: center
}
.home_expert .head ul li i {
  display: block;
  width: 55px;
  height: 55px;
  background: no-repeat center / contain
}
.home_expert .head ul li span {
  color: #242424;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  flex: 1
}
.home_expert .head .button {
  margin-top: 56px
}

@media only screen and (min-width: 1400px){
.home_partner {
  padding: 42px 0 4px;
  overflow: hidden
}
}

@media screen and (max-width: 1410px){
.home_partner {
  padding: 42px 0 4px;
  overflow: hidden
}
}
.home_partner .head p {
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 782px;
  margin: 10px auto 0;
  font-weight: 500
}
.home_partner .home_partner_swiper {
  margin-top: 5rem
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: all linear
}
.home_partner .home_partner_swiper .pic {
  padding-bottom: 49.3258366%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .16)
}
.home_partner .home_partner_swiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0
}
@media only screen and (min-width: 1400px){
.home_category {
  background-color: #f8f8f8;
  padding: 108px 0 82px
}
}

@media screen and (max-width: 1410px){
.home_category {
  background-color: #f8f8f8;
  padding: 48px 0 82px
}
}

.home_category .head p {
  color: #7c7c7c;
  font-size: 17px;
  line-height: 24px;
  max-width: 559px;
  margin: 26px 0 0;
  font-weight: 500
}
.home_category .main {
  margin-top: 68px
}
.home_category .main ul {
  display: grid;
  gap: 3rem 1rem;
  grid-template-columns: repeat(6, 1fr)
}
.home_category .main ul li a {
  text-align: center
}
.home_category .main ul li a:hover .img i {
  filter: none
}
.home_category .main ul li a:hover p {
  color: var(--theme_color);
  opacity: 1
}
@media only screen and (min-width: 1400px){
.home_category .main ul li .img {
  max-width: 140px;
  margin: 0 auto;

}
}

@media screen and (max-width: 1410px){
.home_category .main ul li .img {
  max-width: 90px;
  margin: 0 auto;

}
}
.home_category .main ul li .img i {
  filter: contrast(0);
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: no-repeat center / contain
}
.home_category .main ul li p {
  opacity: .5;
  transition: all 0.3s;
  font-size: 21px;
  font-weight: 500;
  margin-top: 12px
}

@media only screen and (min-width: 1400px){
.home_blog {
  padding: 150px 0 160px
}
}

@media screen and (max-width: 1410px){
.home_blog {
  padding: 50px 0 60px
}
}
.home_blog .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.2rem
}
.home_blog .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}
.home_blog .nav ul li {
  cursor: pointer;
  color: #494949;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 13px 18px 14px;
  min-width: 176px;
  text-align: center
}
.home_blog .nav ul li.active, .home_blog .nav ul li:hover {
  background-color: var(--theme_color);
  color: #fff
}

@media only screen and (min-width: 1400px){
.home_blog .swiper_box {
  margin: 60px 0 0
}
}

@media screen and (max-width: 1410px){
.home_blog .swiper_box {
  margin: 60px 0 0;
	width: 1100px;
    margin: 0 auto;
}
	
}
.home_blog .button_more {

  width: max-content;
  margin: 42px 0 0 auto
}