@charset "utf-8";
div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, legend, button, p/* ,th,td */{border:0;font-size:100%;margin:0;outline:0;padding:0;}

.swiper-container{ width: 100%; height: 100%; overflow: hidden;}
.swiper-pagination{ width: 100%;}
.swiper-pagination-bullet{ width: 0.1rem; height: 0.1rem;opacity: 0.4;background-color: #a8abaf;margin: 0 0.14rem;}
.swiper-pagination-bullet-active{opacity: 0.4;background-color:#E67817;}


.home-section{ padding: 0.5rem 0;}
.home-products-services-inner{ margin-top: 0.6rem; padding: 0 6.25vw 0.5rem 6.25vw;}
.home-products-services-swiper{ position: relative;}
.home-products-services-swiper .swiper-slide .block-box{ position: relative; border-radius: 0.05rem; overflow: hidden;}
.home-products-services-swiper .swiper-slide .block-box .pic{ overflow: hidden;}
.home-products-services-swiper .swiper-slide .block-box .pic img{ display: block; width: 100%; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.home-products-services-swiper .swiper-slide .block-box .cont-box{ width: 100%; position: absolute; left: 0; bottom: 0; padding: 0.2rem 0.4rem; font-size: 0.16rem; color: #fff; background: -webkit-linear-gradient(to right, #305083, rgba(48,80,131,0.1)); background: linear-gradient(to right, #305083, rgba(48,80,131,0.1));}
.home-products-services-swiper .swiper-slide .block-box .cont-box .title{ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.05rem;}
.home-products-services-swiper .swiper-slide .block-box .cont-box .cont{ height: 3em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.home-products-services-swiper .swiper-slide:nth-child(even) .block-box .cont-box{ background: -webkit-linear-gradient(to right, #305083, rgba(48,80,131,0.1)); background: linear-gradient(to right, #305083, rgba(48,80,131,0.1));}
.home-products-services-swiper .swiper-slide .block-box:hover .pic img{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.home-products-services-swiper .swiper-slide-active{ transform: scale(1.2);}
.home-products-services-swiper .swiper-pagination{ /* position: initial; margin-top: 0.45rem; */ bottom: -2.6vw; font-size: 0.2rem;}
.home-products-services-swiper .swiper-pagination .swiper-pagination-current{ font-size: 0.32rem;}
.home-products-services-swiper .swiper-arrow{ width: 0.4rem; height: 0.4rem; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); cursor: pointer;}
.home-products-services-swiper .swiper-arrow-prev{ background-image: url(../images/icon-swiper-arrow-prev.png); left: -3.75vw;}
.home-products-services-swiper .swiper-arrow-next{ background-image: url(../images/icon-swiper-arrow-next.png); right: -3.75vw;}

@media (max-width: 1680px){	
	.swiper-wrapper{ margin-left: 0.86vw;}	
	.swiper-wrapper{ margin-left: 0.3rem;}		
}
@media (max-width: 1440px){	
	.swiper-wrapper{ margin-left: 0.95vw;}	
}
@media (max-width: 992px){	
	.swiper-pagination-bullet{ width: 8px; height: 8px; margin: 0 6.5px !important;}
	.swiper-pagination-bullet span{ width: 8px; height: 8px; border-width: 1px;}
	.swiper-pagination-bullet i{ width: 20px; height: 1px; top: 3px;}
	
	.home-section{ padding: 0.8rem 0.4rem; overflow: hidden;}
	.home-products-services-inner{ margin-top: 0.6rem; padding: 0;}
	.home-products-services-swiper{ margin: 0 -44%;}
	.home-products-services-swiper .swiper-slide{ padding: 0 0.2rem;}
	.home-products-services-swiper .swiper-slide .block-box{ border-radius: 0.15rem;}
	.home-products-services-swiper .swiper-slide .block-box .cont-box{ padding: 0.3rem 0.4rem; font-size: 0.24rem;}
	.home-products-services-swiper .swiper-slide .block-box .cont-box .title{ font-size: 0.28rem;}
	.home-products-services-swiper .swiper-slide-active{ transform: scale(1);}
	.home-products-services-swiper .swiper-pagination{ position: initial; margin-top: 0.3rem;}
	.home-products-services-swiper .swiper-arrow{ display: none;}	
}