/* CSS Document */
/*轮播插件*/
.swiper-container img{ width: 100%; }
.swiper-pagination-bullet {width: 12px;height: 12px;display: inline-block;border-radius: 100%;border: 1px solid #fff;background-color: rgba(0,0,0,0);opacity: 1;	}
.swiper-container1 > .swiper-pagination > .swiper-pagination-bullet-active {opacity: 1;background: #fff;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 10px;}
/*about*/
.about{ line-height:30px;}

/*product*/
.swiper-container2{overflow: hidden;padding-bottom: 10px}
.swiper-container2 > .swiper-pagination{margin-top: 30px;}
.swiper-container2 > .swiper-pagination > .swiper-pagination-bullet-active {opacity: 1;background: red;}
.swiper-container2 > .swiper-pagination > .swiper-pagination-bullet-active-next{background: red;}
.product-box{overflow:hidden;position: relative; width:100%;height:auto;background:#eee;}
.tab-box {position: relative;overflow: hidden;box-sizing: border-box;padding: 0 5%;width: 100%;	}
.tab-box > .swiper-button-prev{left: 0px;right:auto;padding: 15px 5px;top: 46%;}
.tab-box > .swiper-button-next{left: auto;right: 0px;padding: 15px 5px;top: 46%;}
.tab-box p{text-align: center;line-height: 40px;}
/*service*/
.service{width:100%;overflow: hidden;}
.service li { height:auto;text-align:center;line-height:40px;color:#000;font-size:16px}
.service li a{ display:block; width:90px;height:90px; margin:auto; overflow:hidden; transition:all 2s;}
.service li a:hover{transform:rotateY(540deg);}
.service,.news{margin: 30px auto;}

/*news*/
.news{width:100%; height:auto; display:flex; flex-wrap:wrap; justify-content:space-between;}
.news li{position: relative; height:75px; overflow:hidden; margin-bottom:20px;}
.news-time{ position: absolute; width:80px;height:75px;margin-right:15px; display:inline-block; text-align:center;color:#555;}
.news-time b{display:block;width:100%;height:45px;background:#eee; line-height:50px; font-size:24px;}
.news-time p{width:100%; height:25px; overflow:hidden; font-size:14px; margin-top:5px;background:#eee;line-height:25px;}
.news-text{display:block;padding-left: 100px;  overflow:hidden; width:100%;}
.news-text h4{font-size:18px; margin-bottom:10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news-text p{line-height:21px; text-overflow: ellipsis;word-wrap:break-word}
.news-text:hover h4{ text-decoration:underline; color:#e77817}

/*network*/
.network{width:100%;height:480px;background:#e77817; text-align:center;}
.network a{ display:block;padding:16px 0px;}

/* 媒体查询 */
@media (max-width:1300px) {

}
@media (max-width:991px){
    .title {margin: 20px auto;}
}
@media (max-width:767px) and (min-width:320px) {
	.network{width:100%;height:auto;background:#e77817; text-align:center;}
	.network a{ display:block;padding:25px;}
	.network img{width: 100%;}
	.news-time {width: 60px;}
	.news-text {padding-left: 70px;}
	.service li a{ display:block; width:60px;height:60px; margin:auto; overflow:hidden; transition:all 2s;}
	.service li img{width: 100%;}
}