/* <==== bannerhome ====> */
.slbannerhome .slick-dots{
	position: absolute;
	bottom: 30px;
	right: 35px;
}
.slbannerhome .slick-dots li{
	margin-bottom: 20px;
	line-height: 0;
}
.slbannerhome .slick-dots li:last-child{
	margin-bottom: 0;
}
.slbannerhome .slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0;
}
.slbannerhome .slick-dots li.slick-active button{
	background-color: transparent;
	border-color: #fff;
}
.slbannerhome .banvdimg{
    padding-top: 54.167%;
	position: relative;
	overflow: hidden;
}
.slbannerhome .banvdimg .bg, .slbannerhome .banvdimg video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slbannerhome .banvdimg .bg img{
	display: none;
}
.slbannerhome .banvdimg .bg{
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.1,.6,.4,1);
	transition-duration: 1s;
	transform: scale(1.1);
}
.slbannerhome .banvdimg .bg .bgeff{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.3);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.3);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.3);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.3);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.3);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhome .slick-current .banvdimg .bg{
	transform: scale(1);
}
.slbannerhome .caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
}
.slbannerhome .caption .cinner{
	max-width: 570px;
	margin: 0 auto;

}
.slbannerhome .caption .tm{
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	opacity: 0;
    visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slbannerhome .slick-current .caption .tm{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
.slbannerhome .caption .th{
	font-size: 36px;
	line-height: 55px;
	text-transform: uppercase;
	opacity: 0;
    visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slbannerhome .slick-current .caption .th{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
.slbannerhome .caption .th span{
	font-weight: 800;
}
.bannerhome{
	position: relative;
} 
.hhdownbanner {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.hhdownbanner a{
	text-align: center;
	display: block;
	width: 23px;
	height: 25px;
}
.hhdownbanner a img{
	max-width: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
/* <==== bannerhome ====> */

/* <==== producthome ====> */
.producthome{
	padding: 50px 0 60px;
	background-color: #f1f1f1;
}
.hpproducthh .sptitle{
	text-align: center;
} 
.hpproducthh .sptitle .tcaptis, .hpproducthh .sptitle .tcaptis h2, .hpproducthh .sptitle .tcaptis h3{
	color: #492917;
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
}
.hpproducthh .sptitle .ttitles, .hpproducthh .sptitle .ttitles h2, .hpproducthh .sptitle .ttitles h3{
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 800;
	color: #355628;
}
.slproducthh{
	position: relative;
	margin-top: -8px;
	height: calc(100% + 40px);
}
.slproducthh .slick-slide{
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	transform: initial;
}
.slproducthh .slick-center{
	transform: translateY(70px);
}
.slproducthh .slick-list{
	padding-bottom: 70px!important;
}
/* <==== producthome ====> */

/* <==== abouthome ====> */
.abouthome{
	position: relative;
	background-color: #f1f1f1;
}
.hpaboutdecss{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	max-height: 100%;
	overflow: hidden;
}
.hpaboutdecss .inner{
	max-width: 925px;
	margin-left: auto;
}
.hpaboutdecss .dslogo{
	max-width: 670px;
	margin-bottom: 20px;
}
.hpaboutdecss .dsinfo{
	max-width: 830px;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 20px;
}
.hpaboutdecss .dsinfo .iftend{
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin-bottom: 5px;
}
.hpaboutdecss .dsinfo .ifnote{
	font-size: 20px;
	line-height: 30px;
	font-weight: 900;
	color: #355628;
	margin-bottom: 20px;
}
.hpaboutdecss .dscount{
	max-width: 570px;
	margin-left: auto;
}
.hpaboutdecss .dscount .grcount{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.hpaboutdecss .dscount .grcount > div{
	padding: 0 5px;
    margin-bottom: 10px;
}
.hpaboutdecss .itaboutmmbt .btnum{
	font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: -2px;
	color: #355628;
}
.hpaboutdecss .itaboutmmbt .btnum span{
	display: inline-block;
    margin-left: -20px;
}
.hpaboutdecss .itaboutmmbt .bttxt{
	font-size: 16px;
    line-height: 24px;
	color: #492917;
	text-transform: uppercase;
}
.hpaboutthumb{
	/* background-attachment: fixed; */
}
.hpaboutthumb img{
	width: 100%;
	/* opacity: 0; */
}
/* <==== abouthome ====> */

/* <==== projecthome ====> */
.projecthome{
	padding: 50px 0 65px;
	background-image: url("../images/bgproject.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% ;
}
.projecthome .datitle{
	text-align: center;
	margin-bottom: 35px;
} 
.projecthome .datitle .tcaptis, .projecthome .datitle .tcaptis h2, .projecthome .datitle .tcaptis h3{
	color: #492917;
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
}
.projecthome .datitle .ttitles, .projecthome .datitle .ttitles h2, .projecthome .datitle .ttitles h3{
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 800;
	color: #355628;
}
.slprojecthh {
	position: relative;
	z-index: 2;
}
.slprojecthh::before{
	content: '';
	position: absolute;
	top: -35px;
	width: 66.6666%;
	height: 80%;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('../images/bgline.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
.slprojecthh .swiper-slide {
    width: 100%;
    max-width: 700px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 50px;
	margin-bottom: 10px;
}
.slprojecthh .swiper-slide img{
	width: 100%;
	background-color: #fff;
}
.slprojecthh .swiper-slide h3{
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}
.slprojecthh .swiper-slide h3, .slprojecthh .swiper-slide h3 a{
	color: #492917;
}
.slprojecthh .swiper-slide:hover h3 a{
	color: #355628;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right{
	background-image: none;
}
.slprojecthh .swiper-slide h3{
	opacity: 0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slprojecthh .swiper-slide > a{
	background-color: #fff;
	display: block;
	transform: scale(0.9);
	overflow: hidden;
}
.slprojecthh .swiper-slide img{
	opacity: 0.1;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slprojecthh .swiper-slide.swiper-slide-active img{
	opacity: 1;
}
.slprojecthh .swiper-slide.swiper-slide-active a{
	transform: scale(1);
}
.slprojecthh .swiper-slide.swiper-slide-active h3{
	opacity: 1;
}
.slprojecthh .btnarrow{
	position: absolute;
    top: 38%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #355628;
    color: #fff;
	background-image: none;
}
.slprojecthh .btnarrow:hover{
	background-color: #492917;
}
.slprojecthh .btnarrow::before{
	font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 400;
}
.slprojecthh .swiper-button-next{
	right: 15%;
}
.slprojecthh .swiper-button-next::before{
    content: '\e91a';
}
.slprojecthh .swiper-button-prev{
	left: 15%;
}
.slprojecthh .swiper-button-prev::before{
    content: '\e919';
}
/* <==== projecthome ====> */

/* <==== videohome ====> */
.videohome{
	padding: 110px 0 75px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hpvideohh{
	text-align: center;
	color: #fff;
}
.hpvideohh .vdcation{
	margin-bottom: 5px;
}
.hpvideohh .vdcation, .hpvideohh .vdcation h3{
	font-size: 36px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 500;
}
.hpvideohh .vdtitles{
	margin-bottom: 30px;
}
.hpvideohh .vdtitles, .hpvideohh .vdtitles h2{
	font-size: 36px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 800;
}
.hpvideohh .vdplayss{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin: 0 auto;
}
.hpvideohh .vdplayss a{
	display: block;
	width: 100%;
}
.hpvideohh .vdplayss img{
	width: 100%;
}
/* <==== videohome ====> */

@media all and (max-width: 1500px){
	.projecthome .swiper-slide {
		max-width: 570px;
	}
}
@media all and (max-width: 1200px){
	/* <==== abouthome ====> */
	.abouthome{
		padding-top: 200px;
	}
	/* <==== abouthome ====> */
}
@media all and (max-width: 991px){
	/* <==== bannerhome ====> */
	.slbannerhome .caption{
		display: none;
	}
	.slbannerhome .slick-dots{
		bottom: 10px;
		right: 10px;
	}
	.slbannerhome .slick-dots li{
		margin-bottom: 14px;
	}
	.hhdownbanner{
		bottom: 10px;
	}
	.hhdownbanner a{
		width: 14px;
		height: 15px;
	}
	.hhdownbanner a img{
		max-width: 14px;
	}
	/* <==== bannerhome ====> */

	/* <==== producthome ====> */
	.producthome{
		padding: 20px 0 45px;
	}
	.hpproducthh .sptitle{
		margin-bottom: 20px;
	}
	.hpproducthh .sptitle .tcaptis, .hpproducthh .sptitle .tcaptis h2, .hpproducthh .sptitle .tcaptis h3{
		font-size: 24px;
		line-height: 36px;
	}
	.hpproducthh .sptitle .ttitles, .hpproducthh .sptitle .ttitles h2, .hpproducthh .sptitle .ttitles h3{
		font-size: 36px;
    	line-height: 54px;
	}
	.slproducthh .slick-center{
		transform: translateY(40px);
	}
	.slproducthh .slick-list {
		padding-bottom: 40px!important;
	}

	/* <==== producthome ====> */

	/* <==== abouthome ====> */
	.abouthome{
		padding-top: 0;
	}
	.hpaboutdecss{
		position: static;
	}
	/* <==== abouthome ====> */

	/* <==== projecthome ====> */
	.projecthome{
		padding: 20px 0 45px;
	}
	.projecthome .datitle{
		margin-bottom: 15px;
	}
	.projecthome .datitle .tcaptis, .projecthome .datitle .tcaptis h2, .projecthome .datitle .tcaptis h3{
		font-size: 24px;
		line-height: 36px;
	}
	.projecthome .datitle .ttitles, .projecthome .datitle .ttitles h2, .projecthome .datitle .ttitles h3{
		font-size: 36px;
    	line-height: 54px;
	}
	.slprojecthh {
		padding: 0 10px;
	}
	.slprojecthh .swiper-slide{
		padding-bottom: 20px;
	}
	.slprojecthh .swiper-slide h3{
		font-size: 20px;
		line-height: 30px;
	}
	.slprojecthh .btnarrow{
		width: 40px;
		height: 40px;
	}
	.slprojecthh .btnarrow::before{
		font-size: 13px;
	}
	.slprojecthh .swiper-button-next{
		right: 0;
	}
	.slprojecthh .swiper-button-prev{
		left: 0;
	}
	.slprojecthh .swiper-slide a{
		transform: scale(1);
	}
	/* <==== projecthome ====> */

	/* <==== videohome ====> */
	.videohome{
		background-attachment: unset;
		padding: 50px 0;
	}
	.hpvideohh .vdcation{
		margin-bottom: 0;
	}
	.hpvideohh .vdcation, .hpvideohh .vdcation h3{
		font-size: 20px;
		line-height: 30px;
	}
	.hpvideohh .vdtitles, .hpvideohh .vdtitles h2{
		font-size: 20px;
		line-height: 30px;
	}
	.hpvideohh .vdtitles{
		margin-bottom: 10px;
	}
	.hpvideohh .vdplayss{
		width: 45px;
		height: 45px;
	}
	.vdplayss .vhtoa::before{
		border: 10px solid #fff;
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
	}
	/* <==== videohome ====> */
}
@media all and (max-width: 767px){
	/* <==== producthome ====> */
	.slproducthh .slick-center{
		transform: translateY(20px);
	}
	.slproducthh .slick-list {
		padding-bottom: 20px!important;
	}
	/* <==== producthome ====> */

	/* <==== abouthome ====> */
	.hpaboutdecss .dslogo{
		padding-left: 10px;
	}
	.hpaboutdecss .dsinfo .iftend{
		font-size: 16px;
		line-height: 24px;
	}
	.hpaboutdecss .dsinfo .ifnote{
		font-size: 18px;
		line-height: 27px;
	}
	.hpaboutdecss .dsinfo .ifview{
		text-align: center;
	}
	.hpaboutdecss .itaboutmmbt .btnum{
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0;
	}
	.hpaboutdecss .itaboutmmbt .btnum span{
		margin-left: -15px;
	}
	/* <==== abouthome ====> */

	/* <==== videohome ====> */
	.videohome{
		padding: 15px 0;
	}
	.hpvideohh .vdcation{
		margin-bottom: 0;
	}
	.hpvideohh .vdcation, .hpvideohh .vdcation h3{
		font-size: 14px;
		line-height: 22px;
	}
	.hpvideohh .vdtitles, .hpvideohh .vdtitles h2{
		font-size: 14px;
		line-height: 21px;
	}
	.hpvideohh .vdtitles{
		margin-bottom: 5px;
	}
	.hpvideohh .vdplayss{
		width: 25px;
		height: 25px;
	}
	.vdplayss .vhtoa::before{
		border: 10px solid #fff;
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
	}
	/* <==== videohome ====> */
}