.titles{ text-align:center; padding:20px 0px;position: relative; display:flex; flex-direction: column;align-items: center; margin-bottom: 2rem;}
.titles h2{font-size: 2.3rem;color: #000;line-height: 2;margin-bottom: 0px;font-weight: 600; text-transform: uppercase;}
.titles h3{font-size: 2.3rem;color: #000;line-height: 2;margin-bottom: 0px;font-weight: 500;text-transform: uppercase;}
.titles h5{font-size:18px; line-height:1.6;margin-bottom:25px;color:#000;font-weight: 400;text-transform: capitalize;}
/* .titles:after {content: "";width: 125px;height: 5px;display: block;background: var(--color1);} */

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 400;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles .line{width:160px; height: 10px;display: flex; justify-content: center; margin-top:20px; overflow: hidden;flex-direction: column;position: relative;align-items: center;}
.titles .line::before{width:140px; height: 7px; background: var(--color4); content: "";}
.titles .line::after{width:160px; height: 3px; background: var(--color4); content: "";position: absolute; display: none;}

.titles2{padding: 30px 0px;position: relative;font-family:var(--ff4); display:flex; flex-direction: column; text-transform: uppercase;}
.titles2 h3{
	font-size: 36px;
	font-weight: bold;
    color: #FFFFFF;
}
.titles2 h5{
	font-size: 18px;
	font-family: var(--ff4);
	font-weight: 500;
    color: #FFFFFF;
}
.titles2:after{width:45px; height: 3px; display:block; margin: 20px 0px; padding: 0px;background:#FFFFFF;}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color4);
    color: #FFFFFF;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}

.section-title {position: relative;}
.section-title h3{
    text-transform: uppercase;
	font-size:30px;
	padding:0 40px;
	position: absolute;
	top:0px;
	font-size: 50px;
    color: #002d4b;
    line-height: 32px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
    padding-top: 50px;
}

.section-title h2{text-transform: uppercase;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -4px;
    font-family: 'Tunga Bold',Arial, Helvetica, sans-serif;
    text-shadow: #e8ebef 1px 0 0, #e8ebef 0 1px 0, #e8ebef -1px 0 0, #e8ebef 0 -1px 0;
    -webkit-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    -moz-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    padding: 12px 0;
}

p{padding:0px; margin: 0;}

.container {
    max-width: 1400px;
}

.navbar-home.navbar .logo-sm-height{display:none;}
.navbar-home.navbar .logo-w{display:block;}
.navbar-home{position:fixed; top: 0;width: 100%;z-index: 100;}
.navbar-home .navbar-nav li a{color:#FFFFFF;}
.navbar.headFlex .logo-sm-height{display:block;}
.navbar-home.main-navigation{border:0px;}


.home-swiper-pagination{}
.home-swiper-pagination.swiper-pagination-bullets{right: 5rem;}
.home-swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;margin: 10px 0 !important;border: 2px solid rgba(255,255,255,1);}
.home-swiper-pagination .swiper-pagination-bullet-active{border: 2px solid rgba(255,255,255,0.8);}


.home-swiper-pagination .swiper-pagination-bullet-active{background: #367f60;}

/*============================================
navbar-home
===========================================*/
.navbar-home{position:fixed; top: 0;right: 0;left: 0; z-index: 108; background-color:transparent;background: none;}
.navbar-home.main-navigation ul li a{}
.navbar-home.main-navigation ul li.active a{/*color:#FFFFFF !important;*/ }
.navbar-home.main-navigation ul li.active{background: none;}
.navbar-home.main-navigation.headFlex ul li.active a {color: #333;}

.navbar-home.main-navigation .lan{background-color: rgba(0, 0, 0, 0.2);}
.main-navigation.headFlex .lan{color:#FFFFFF; background: var(--color4);}
.navbar-home .navbar-name h3{font-size:1.6rem; font-weight: bold; color:var(--white);padding-bottom: 0px;margin: auto;font-weight: 400;text-transform: uppercase;}
.navbar-home .navbar-name h5{font-size:12px; font-weight: 400;color:var(--white); text-transform: uppercase;margin: auto; padding-left:2px}
/*============================================
navbar-home
===========================================*/


/*============================================
viedo-section
===========================================*/
.home{width: 100%;height: 100vh; overflow: hidden;}
.home-swiper-container {width: 100%;height: 100vh;}

.viedo-section{background: skyblue;}
.viedo-section .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #253f4b;
    opacity: .65;
    z-index: 10;
}
.home-banners{height:100%; z-index: 100;}
.home-banners .swiper-button-prev{top:unset;left: unset;right: 20vw;bottom: 50px;background:none;}
.home-banners .swiper-button-next{top:unset;left: unset;right: calc(20vw - 80px);bottom: 50px;background:none;}
.home-banners .swiper-button-prev:before,.home-banners .swiper-button-next:before{font-family:"iconfont"; width:48px; height: 48px; display: flex;align-items: center;
    justify-content: center;background: #FFF; color:#333;  font-size:24px; border:2px solid #fff;}
.home-banners .swiper-button-prev:before{content: "\e613";}
.home-banners .swiper-button-next:before{content: "\e614";}
.home-banners .swiper-button-prev:hover:before,.home-banners .swiper-button-next:hover:before{color:#FFFFFF; background-color: transparent;}
.hero-video {
	position: absolute;
	display: block;
	height: 100%;
	height: 100vh;
	width:100%;
	width: 100vw;
	min-height: 28.125rem;
	overflow: hidden;
	z-index: 1;
}
.viedo-section .content-box{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.viedo-section .content-box{display: table;width: 100%;height: 100%;position: absolute;z-index: 100;}
.viedo-section .content-box .box-cell{display: table-cell;vertical-align: middle;width: 100%;height: auto;}
.viedo-section .content-box .container{height: auto; text-align: center;}
.viedo-section .content-box .container h2{font-size: 2.5rem;line-height: 1;font-weight: 100;margin-bottom: 1rem;text-transform: capitalize; color:#fff;/* text-shadow: 2px 2px 5px rgba(0,0,0,0.8); */font-weight: 500;letter-spacing: 0px;}
.viedo-section .content-box .container p {padding: 0 15%;font-size: 1.35rem;margin: 0; color:#fff;text-transform: capitalize; /*text-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/}
.viedo-section .content-box .container .more{    margin-top: 90px;}
.viedo-section .content-box .container .more a{color: #fff;}
.viedo-section .content-box .container .btn-lx{position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Neutraface Bold;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding:10px 40px;
    border-radius: 10rem;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}
.viedo-section .content-box .container .more:hover{color: #df1f26;}
.viedo-section .content-box .container .more:hover .btn-lx{background:#fff; z-index: 1;}
.viedo-section .content-box .container .more a:hover{color: #df1f26;}



@media screen and (max-width: 1023px)
{
	.navbar-brand{margin-left: 1rem;}
	.main-navigation .navbar-name h3, .main-navigation .navbar-name h5{color:#FFFFFF;}
	.home-swiper-pagination.swiper-pagination-bullets{right: 1rem;}
	.viedo-section .content-box .container h2{font-size: 2rem;line-height: 1.6;}
	.viedo-section .content-box .container p{font-size: 1.5rem;}
  .navbar-home.main-navigation ul li a{color:#FFF;}
}

@media screen and (max-width: 767px)
{
	.viedo-section .content-box .container h2{font-size: 1.8rem;line-height: 1.6;}
}
@media screen and (max-width: 430px)
{
	.viedo-section .content-box .container h2{font-size: 2rem;line-height: 1.6;}
	.viedo-section .content-box .container p{font-size: 1.5rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
viedo-section
===========================================*/


.page-wrap{width: 100%;height: 100%; overflow: hidden;}
.innerbox{padding:4rem;}



/*============================================
bottom-section
===========================================*/
.bottom-section{width:100%; position: absolute;left: 0;right: 0; bottom: 10vh; z-index: 100;}
.bottom-section .bottom-wrapper{display:flex; justify-content: space-between;align-items: flex-end;padding: 0px 5vw;}
.bottom-wrapper .copyright-wrap{font-size:12px; color:#FFFFFF;display: flex;}
.bottom-wrapper .copyright-wrap .copyright-desc{padding-right:2rem;}
.bottom-wrapper .col-wrap{font-size:14px; color:#FFFFFF;}
.bottom-wrapper .col-wrap ul{display:flex;}
.bottom-wrapper .col-wrap ul li{margin-left:1rem;}
.bottom-wrapper .col-wrap a{background-color: #000; color:#FFFFFF;padding:.6rem 1rem;}
.bottom-wrapper .col-wrap a:hover{font-size:14px; background:var(--color3); transition: 0.3s;}


.header__search span:before{color:#FFFFFF;}

.home-banner .swiper-button-prev{top: unset;
    left: 5vw;
    right: unset;
    bottom: 50vh;
    background: none; }
.home-banner .swiper-button-next{top: unset;
    left: unset;
    right: 5vw;
    bottom: 50vh;
    background: none;}

.home-banner .swiper-button-prev:before, .home-banner .swiper-button-next:before{opacity: 0.3;border-radius: 100%;}
.home-banner .swiper-button-prev:hover:before, .home-banner .swiper-button-next:hover:before{opacity: 1; transition: 0.3s;transform: scale(1.1);}


/*============================================
com-section
===========================================*/
.com-section{width: 100%;padding:120px 0px 60px 0px;background-size: cover !important;}
.com-section .container{display:flex; justify-content: space-between;max-width:unset; width:85.8%; margin: auto;}
.com-section .com-cont{display:flex; flex-direction: column; flex: 1; padding-right:40px;align-items: flex-start;}
.com-cont .titles{text-align: left;padding-top: 0px;    padding-bottom: 0px;margin-bottom: 10px;}
.com-cont .titles h2{font-size:40px; font-weight: bold;}
.com-cont .titles h3{font-size: 2.3rem; font-weight: 500;display: flex; flex-direction: row; margin-top: 0px;align-items: start;width:100%; text-transform: uppercase;}
.com-cont .titles h3 strong{color:var(--color4); padding-left:1rem;}
.com-cont .titles h5{font-size: 1.6rem;line-height: 1;margin-bottom: 25px;color: #333;font-weight: 400;text-transform: capitalize;padding-right: 2rem; }
.com-cont .desc{font-size:16px; font-weight: 500;color:#000; line-height: 2rem;}
.com-list{margin:0;}
.com-list li{list-style: disc; font-size:16px;margin-bottom: 0.8rem; font-size:16px;}
.com-list li::marker{color:var(--color4);}
.com-cont .btn1{margin-top:30px;}
.com-cont .btn1 a{border-radius: 50px; color:#FFFFFF; font-size:16px;    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 50px;}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-cont .btn1 a:after{content:"\e61f";font-size: 1.6rem;    padding-left: 1rem;}
.com-section .com-img{max-width:800px;width: 50%;}
.com-img img{max-width:100%;transition: 0.3s;}
.com-img:hover img{scale:1.03;}

.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	/*border-top:1px solid #eee;margin-top: 50px;*/ padding-top:50px;margin-bottom: 10px;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 20%;border-radius: 20px;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;}
.counter-item .inner-box .desc-box span{font-size: 3.4rem;color: #000000;font-weight: 400;letter-spacing: 0px;line-height: 3rem; font-family: var(--ff-OB);}
.counter-item .inner-box .desc-box em{color:#FFFFFF;border-radius: 50px;line-height: 35px;font-size: 1.2rem; background-color:var(--color4);width:30px; height: 30px;flex-shrink: 0;
display:flex; align-items: center;justify-content: center;padding: 0px;margin-left: 5px;margin-bottom: 6px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:1.2rem;color: #343434;text-align: center; font-weight: 300; margin-top: 20px;}

.counter-item:hover{background:var(--h-c1);transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}
@media screen and (max-width: 1600px)
{
	.com-section .container{width:100%; max-width:1400px;}
    .com-cont .titles h2{font-size:1.65rem;line-height: unset;margin-bottom: 0px;}
	.com-cont .titles h5{font-size:1.65rem;margin-top: 0px;}
	.com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1440px)
{
	.com-section .container{width:100%; max-width:1280px;}
	.com-cont .titles{padding-bottom:0px;}

	.com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1280px)
{
	.com-section .container{width:100%; max-width:1200px;}
}

@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;}
	.com-section .container{flex-direction: column;}
	.com-section .com-cont{padding: 2rem 15px;align-items: center;}
	.com-cont .titles{width:100%;align-items: flex-start;}
	.com-section .com-img{margin-bottom: 2rem;width: 100%; max-width:100%;}
	.com-cont .btn1{margin-bottom:50px;}
	.counter-items{padding-top: 30px;}
	.counter-items .counter-item{width:100%;}
	.counter-items.owl-theme .owl-dots{padding:2rem 0px; margin:auto;}
}

@media screen and (max-width: 767px)
{
	.com-cont .titles{padding:0px 0px;}
	.com-cont .titles h2{font-size:2rem; line-height: 2;margin: 0px;}
	.com-cont .titles h3{ line-height: 2;margin: 0px; padding: 0px;  font-weight: 500;}
}
@media screen and (max-width: 430px)
{
	.com-cont .titles h2{font-size:1.55rem; line-height: 2;}
	.com-cont .titles h3{font-size:1.065rem; line-height: 2;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
why-section
===========================================*/
.why-section{width:100%; height: auto; overflow: hidden; margin: 0; padding: 80px 0px;background-size: cover !important;background-attachment: fixed !important;}
.why-section .titles{color:#FFFFFF; margin-bottom: 10px; padding: 0px;}
.why-section .titles h2{color:#FFFFFF;}
.why-section .titles h2 strong{color:var(--color4); padding-left: 1rem;}
.why-section .titles h3{color:#FFFFFF;}
.why-section .titles h5{color:#FFFFFF;}


.why-c{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
	align-items: center;z-index: 10;padding: 0px 0px; margin: 50px 0px 30px 0px;}
.why-c ul{width:100%; overflow: hidden;display: flex;justify-content: space-between;}
.why-c ul li{padding:20px 20px;position: relative;width: calc(33% - 40px); display: flex;align-items: center;}
.why-c ul li em{font-family: "iconfont"; color:#FFFFFF; font-size:2rem; width:85px; height: 85px; background: #FFFFFF; color:var(--h-c1); flex-shrink: 0; border-radius: 100px; display: flex; justify-content: center;align-items: center;}
.why-c ul li .desc{display: flex; flex-direction: column; justify-content: start; color:#FFFFFF; padding-left: 1rem;}
.why-c ul li .desc h5{font-size:1.3rem; font-weight: bold;}
.why-c ul li .desc p{ font-size:14px; font-weight: 400;}

.why-c ul li:hover{background:#FFFFFF; transition: 0.3s; color:var(--h-c1);}
.why-c ul li:hover em{background: var(--h-c1); color:#FFFFFF;}
.why-c ul li:hover .desc{color:var(--h-c1);}


/* .counter-item:hover{background:var(--h-c3);transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;} */


@media screen and (max-width: 1023px)
{
	.why-c ul li{width:100%;}
}

@media screen and (max-width: 767px)
{
    .counter-item .inner-box a{justify-content: center;}
    .counter-item .inner-box .desc-box{width:auto;}
}
@media screen and (max-width: 440px)
{
	.why-c ul li{flex-direction: column;}
	.why-c ul li .desc{margin-top: 1rem; padding:0px;}
	.why-c ul li .desc h5{text-align: center;}
	.why-c ul li .desc p{text-align: center;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}



/*============================================
good-section
===========================================*/
.good-section{width: 100%;padding:70px 0px 130px 0px;margin-top: 0px; background-repeat: no-repeat;  background-size: cover;box-shadow: 0px -10px 10px rgba(0,0,0,0.05);}
.good-section .wrap{width:100%;position: relative;}
.good-section .titles{margin: auto; text-align: center;}
.good-section .titles h5{padding: 0px; margin: 0px; max-width:900px;}

.good-cont{width:100%; max-width:100%;padding:0px; position: relative; margin: 30px auto 0px auto;z-index: 10;/*background:#FFFFFF;background-image: linear-gradient(180deg, #ffffff, #f5f5f5);*/}
.good-cont ul{width:100%;  display: flex; justify-content: space-between;    flex-wrap: wrap;}
.good-cont ul li{width:calc((100% / 2) - 20px); border: 0px solid #ccc; margin:10px auto; position: relative;}
.good-cont ul li a{width:100%; display: flex; flex-direction: column;}
/* .good-cont ul li .img{width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 66.7%;}
    .good-cont ul li .img:before{background-color: rgba(0,0,0,0.25); position: absolute; z-index: 1; content: "";top: 0;right: 0;left: 0;bottom: 0;}
.good-cont ul li .img img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
} */

.good-cont ul li .img{width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 66.7%;}
    .good-cont ul li .img:before{background-color: rgba(0,0,0,0.25); position: absolute; z-index: 1; content: "";top: 0;right: 0;left: 0;bottom: 0;}
.good-cont ul li .img img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
}

.good-cont ul li .desc{position: absolute;z-index: 100;display: flex;  justify-content: center; align-items: center; top:0;left: 0; right: 0; bottom: 0; transition: 1s;}
.good-cont ul li .desc .item{ display: flex; flex-direction: column; color:#FFFFFF; justify-content: center;align-items: center; z-index: 10;transform: translateY(30px);}
.good-cont ul li .desc .item em{ font-size:60px; line-height: 60px;}
.good-cont ul li .desc .item h3{ font-size:1.4rem; padding-top:20px;}
.good-cont ul li .desc .item p{ opacity: 0; transform: translateY(60px); transition: 1s; max-width:60%; text-align: center;font-size: 16px;line-height: 1.2;}
.good-cont ul li .desc .itemOn{opacity: 0;}
.good-cont ul li .desc:before{width:100%; height: 100%; content: ""; position: absolute; opacity: 0;transform: scale(0.8); z-index: 2; background-color: rgba(0,0,0,0.5);transition: 0.5s;}
.good-cont ul li:hover .desc:before{width:100%; height: 100%; content: ""; position: absolute; opacity: 1;transform: scale(1);z-index: 2;}
.good-cont ul li:hover .desc .item{}
.good-cont ul li:hover .desc .item em{transform: translateY(-40px);transition: 0.5s; background-color:#FFFFFF; padding:40px; border-radius: 100px; color: var(--color4); flex-shrink: 0;}
.good-cont ul li:hover .desc .item h3{transform: translateY(-30px);transition: 0.5s;}
.good-cont ul li:hover .desc .item p{ opacity: 1; transform: translateY(-30px); transition: 0.5s;}
.good-cont ul li:hover .desc .itemOn{opacity: 1;}

.good-section .more{justify-content: center; margin-top:2rem;}


.good-cont ul li:hover .img img{transform: scale(1.05); transition: 0.5s;}
.good-cont ul li:hover .text{ background: var(--h-c1); transition: 0.5s;}
.good-cont ul li:hover .text h5{ color:#FFFFFF;}
@media screen and (max-width: 1600px)
{

}
@media screen and (max-width: 1440px)
{
	
}
@media screen and (max-width: 1023px)
{
	.good-section{padding-top: 2rem;padding-bottom: 2rem;}
	.good-cont ul li{width: 100%;}
}

@media screen and (max-width: 767px)
{
	.good-cont ul li .desc .item h3{max-width: 80vw;text-align: center;}
}
@media screen and (max-width: 430px)
{
	.good-cont ul li .desc .item h3{max-width: 80vw;text-align: center;}
}
@media screen and (max-width: 414px)
{

}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}





/*============================================
factory-section
===========================================*/
.factory-section{padding:70px 0px 130px 0px; background: var(--bg-color1);}
.factory-section .titles h5 {
    padding: 0px;
    margin: 0px;
    max-width: 900px;
}
.factory-cont{width: 100%;padding: 0vw 6vw;margin: auto;}
.factory-cont ul{width:100%;position: relative;}
.factory-cont ul li{width:100%; position: relative;}
.factory-cont ul li .img{width:100%;}
.factory-cont ul li .img img{width:100%; max-width:100%; position: relative; z-index: 10;}
.factory-cont ul li .desc{width:100%; position: absolute;  top: 0; bottom: 0; left:0; right:0; color:var(); z-index: 100; display: flex; justify-content: center;}
.factory-cont ul li .desc .inner-box{background: rgb(255 255 255 / 90%); padding:2.6rem;    max-width: 800px;margin: auto; margin-right:100px;}
.factory-cont ul li .desc h5{font-size:2rem; font-weight:bold;}
.factory-cont ul li .desc p{font-size:1.6rem;}
.factory-cont .owl-controls{position: absolute; bottom:20px; width:100%; opacity: 0.8;}
.factory-cont .owl-carousel .owl-dots .owl-dot span{width:15px; height: 3px; background-color: var(--color1); border:0px; border-radius: 0;}
.factory-cont .owl-carousel .owl-dots .owl-dot.active span{width:30px; height: 3px; background-color: var(--color5);}

@media screen and (max-width: 1023px)
{
	.factory-section{margin:0px; padding-bottom:30px;}
	.factory-cont ul li{display: flex; flex-direction: column;}
	.factory-cont ul li .desc{position: relative;width:100%; margin:0;}
	.factory-cont ul li .desc .inner-box{width:100%; margin: 0;}
	.factory-cont ul li .desc h5{font-size:2rem;}
	.factory-cont ul li .desc p{font-size:1rem;}
	.factory-cont .owl-controls{position: relative;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	.factory-cont ul li .desc h5{font-size:1.65rem;}
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}


/*============================================
Certificate-section
===========================================*/
.partner-section{width:100%; padding:60px 0px 120px 0px; overflow: hidden;background-position: top; background-repeat: no-repeat;}
.partner-section .titles{margin-bottom:0px;}
.partner-c{ margin-top:60px; padding:60px 80px;margin: auto;max-width: 1000px;}
.partner-c ul{display: flex; flex-wrap: wrap; justify-content: center;}
.partner-c ul li{margin:10px 10px; width: calc((100% / 4) - 20px);}
.partner-c ul li img{max-width:100%;border-radius: 100%;box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);}

@media screen and (max-width: 1023px)
{
	.partner-c ul li{width: calc((100% /3) - 20px);}
}

@media screen and (max-width: 767px)
{
	.partner-c{padding:20px; margin-top:2rem;}
	.partner-c ul li{width: calc((100% / 3) - 20px);}
}
@media screen and (max-width: 430px)
{

}
@media screen and (max-width: 414px)
{

}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}


/*============================================
news-section
===========================================*/
.news-section{width:100%;padding: 60px 0px 80px 0px;}
.news-titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: center;}
.news-titles h2{font-size:40px;  font-weight: 600; text-transform: uppercase;}
.news-titles h3{font-size:40px;  font-weight: 500; text-transform: uppercase;}
.news-titles h5{font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 1rem;}
.news-cont{width:100%;  padding:1rem 5%; margin-top:0;display: flex;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    max-width: 1340px;
    margin: auto;
    padding: 0px 0px;
    flex-direction: column;
    align-items: center;}
.news-list {display: flex;flex-wrap: wrap;}
.news-list li{/*width:calc((100% / 4) - 2rem);*/ width:100%;}
.news-list li .img{width:100%; overflow: hidden;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000;}
.news-list li .wz h3{font-size:1.0rem;font-weight: 300; line-height: 1.5; color:#000; text-transform: capitalize;}
.news-list li .time{font-size:20px;font-weight: 300;padding-bottom: 10px;padding-top: 1rem;}
.news-list li .wz .more2{margin-top:auto; margin-right:auto; padding-top:2rem;padding-bottom: 10px;}
.news-list li .wz .more2{font-size:14px;font-weight: 400;}
.news-list li .wz .more2 span{background-color: transparent; border:1px solid var(--h-c1); border-radius: 50px;  color:#000000; transition: 0.5s; padding:6px 40px;}
.news-list li .wz:hover .more2 span{background-color: var(--color4); border:1px solid var(--color4); border-radius: 50px; color:#FFFFFF; transition: .5s;}
.news-list li:hover .img img{transform:scale(1.05);transition: 0.5s;}
.news-list li:hover .wz .more2{color:var(--color2);}
.news-cont .more{text-align: left;margin-top:2rem;}
.news-cont .more a{font-size:26px;font-weight: 500; }
.news-cont .more a i:before{content:"\e60d";font-family: "iconfont"; padding-left:5px;}
.news-cont .more a:hover{color:var(--color2);text-decoration: underline;}
.news-list li .img{position: relative;
  width: 100%; /* 容器宽度 */
  padding-top: 56.25%; /* 宽高比为 (100/16:9) 的百分比 */}
.news-list li .img img{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁剪并覆盖到容器 */}

@media screen and (max-width: 1600px)
{
	.news-titles h3{font-size:2rem;}
	/*.news-titles h5{font-size: 1.5rem;font-weight: 300;}*/
	.news-list li .wz h3{font-size:1rem; line-height: 1.5;}
}

@media screen and (max-width: 1023px)
{
	.news-section{padding: 50px 15px;}
}

@media screen and (max-width: 767px)
{
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-weight: 400;line-height: 2;}
	.news-cont{margin-top:1rem;}
	.news-list li .wz h3{font-size:1.6rem; line-height: 1.5;}
	.news-list li .wz .more2{margin: auto;}
}
@media screen and (max-width: 430px)
{
	.news-titles h3{font-size:1.5rem;}
	.news-titles h5{font-size: 1.2rem;font-weight: 400;line-height: 2;}
	.news-list li .wz h3{font-size:1.5rem; line-height: 1.5;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media screen and (max-width: 320px){}



.foot-qr-items{
	width: 100%;
	margin-left:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
	justify-content: flex-start;
	margin-top:3rem;
}
.foot-qr-item{position: relative; margin-bottom:2px;}
.foot-qr-icon{width:80px; height: 80px;     /*background: hsl(0deg 0% 100% / 10%);*/ display:flex;margin-right: 2px;align-items: center;justify-content: center;border-radius: 100%;border: 1px dashed hsl(0deg 0% 100% / 80%);}
.foot-qr-icon:before{font-family: "iconfont";content:"";font-size:40px;color:#ffffff;}
.foot-qr-gzh-icon:before{content:"\e63c";}
.foot-qr-qywx-icon:before{content:"\e7de";}
.foot-qr-qq-icon:before{content:"\e677";}
.foot-qr-dy-icon:before{content:"\e8db";}
.foot-qr-apple-icon:before{content:"\e6a5";}
.foot-qr-an-icon:before{content:"\e6a2";}
.foot-qr-url-icon:before{content:"\e718";}
.foot-qr-item:hover .foot-qr-img{display:block;}
.foot-qr-item .foot-qr-img{/*display:none;*/
   /* position: absolute;*/
	font-size: 14px;
    text-align: center;
    top: -160px;
    left: 0px;
    width: 140px;
    height: 160px;
    padding: 10px;
    /*background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
}
.foot-qr-item .qr-img img{max-width:100%;}
.foot-qr-img{color:#FFFFFF;}
.foot-qr-img img{max-width:120px;border: 5px solid #fff;margin-bottom: 1rem;}

@media screen and (max-width: 1680px)
{
	.foot-qr-icon{width: 65px;height: 65px;}
}
@media screen and (max-width: 1024px) and  (max-height: 1366px)
{
	.contact_wrapper-cont{padding-right:10px;}
}

@media screen and (max-width: 1023px)
{
	.contact-section .contact_wrapper{width:100%; flex-direction: column;}
	.contact_wrapper-cont{width:100%; padding: 0;}
	.contact_wrapper-form{width:100%; margin-top:50px;padding: 0;}
}

@media screen and (max-width: 767px)
{
	.contact_wrapper-form{display: none;}
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

.Vision-section{width:100%;}
.Vision-section .page-wrap{display:flex; flex-direction: column;min-height: 800px;}
.Vision-section .vision-box{flex:9;width:100%; background-size:cover;background-position:center; background-repeat: no-repeat; display:flex; align-items: center;}
.vision-box .vision-cont{padding:0px 8vw; color:#FFFFFF;margin-bottom: 5rem;}
.vision-cont h3{font-size: 56px;font-weight: 400;margin-top: 2rem;font-family: "hwhm-r";}
.vision-box p{font-size:28px; line-height: 2; font-weight: 400;font-family: "hwhm-l"; padding-top:2rem;}

.home-footer .home-footer-wrap{padding:0px 5vw;margin: auto;}
.home-footer .foot-cols{margin:0px;}
@media screen and (max-width: 1023px)
{
	.home-footer{display:none;}
	.vision-cont h3{font-size: 2.5rem;}
	.vision-cont .btn1{margin-top:2rem;}
}

@media screen and (max-width: 767px)
{
	.Vision-section .vision-box{background-position: 80%;}
}
@media screen and (max-width: 425px)
{
	.vision-box p{font-size: 1.5rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.vision-box p{font-size: 1rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
@media (max-width:1840px){}
@media (max-width:1680px)
{
	
}
@media (max-width:1560px){
	
}
@media (max-width:1480px){}
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:960px){}

@media screen and (max-width: 1023px)
{
	footer#footer{padding-top:50px;}
	#footer .foot-com{display: block;}
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	#footer .foot-qr{display: block;}
  

  .company-section{padding:0px 0px 50px 0px;}
	.company-section .container{margin:auto; padding: 0px;}
	.company-section-left{width:100%; margin:auto;}
	.company-section-left-image{display: flex;flex-direction: column-reverse;}
	.company-section-left-image:before{display: none;}
	.company-section-left-image img{transform: translateY(-10%);}
	
	.counter_one {
		transform: translateY(0%);
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		position: relative;
		top: auto;
		right: auto;padding: 0px;
	}
	.counter_one_single {
		position: relative;
		/* display: block; */
		text-align: center;
		background: #ffffff;
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
		/* border-bottom: 1px solid #e5e5e5; */
		padding: 40px 20px 40px 20px;
		/* -webkit-transition: all 500ms ease; */
		transition: all 500ms ease;
		margin: auto;flex-grow: 1;
	}
	.counter_one_single p{font-size:14px;min-height: 40px;}
	.company-section-right{padding:10px;}
	.company-section-right .block-title h2{font-size:30px;}
	.company-section-right-c h5{font-weight: 500;line-height: 30px; font-size:16px;}
	
	
	.prod-section .prod-titles{padding:20px 10px;}
	.prod-titles{padding: 20px 0px 0px 0px;}
	.prod-titles .prod-title-c{flex-flow: column;}
	.prod-title-c .prod-title-t{width:100%;text-align: center;}
	.prod-title-t:before{display:none;}
	.prod-title-c .prod-title-desc{margin:20px; padding: 0px; width:100%;}
	.prod-cont{margin:20px auto auto auto;}
	.prod-cont ul li{width: 100%;margin: 0px 0px 0px 0px;padding: 10px;}
	
	
	.contact-section{width:100%;margin-top: 50px;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}