/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	width:100%;
	z-index:10;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
	border-radius:0;
	padding:6px;
	background:#fff;
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	background:#006cbd;
}

/* 关于我们 */
.about{
	padding:80px 0;
	overflow:hidden;
}
.about .main{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.about .main .info{
	width:50%;
	padding-right:35px;
}
.about .main .imgbox{
	width:50%;
	position:relative;
}
.about .main .imgbox img{
	display:block;
	width:100%;
}
.about .main .imgbox .text{
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(0,108,189,0.5);
	width:100%;
	color:#fff;
	display:flex;
}
.about .main .imgbox .text .item{
	width:100%;
	display:flex;
	padding:20px 0;
	justify-content:center;
	position:relative;
}
.about .main .imgbox .text .item:after{
	content:'';
	width:2px;
	height:40px;
	margin-top:-20px;
	background:#fff;
	position:absolute;
	right:0px;
	top:50%;
}
.about .main .imgbox .text .item:last-child:after{
	display:none;
}
.about .main .imgbox .text .item .num{
	font-size:36px;
	font-weight:700;
}

.about .title{
	font-size:42px;
	letter-spacing:1px;
	position:relative;
	display:inline-block;
	color:#006cbd;
}

.about .desc{
	padding:30px 0;
	word-wrap:break-word; 
	word-break:normal;
	line-height:30px;
	font-size:15px;
}
.about .more{
	display:inline-block;
	background:#006cbd;
	height:36px;
	line-height:36px;
	padding:0 15px;
	border-radius:18px;
	color:#fff;
	font-size:14px;
	margin-bottom:15px;
}
.about .more:hover{
	opacity:0.9;
}
.about .more .iconfont{
	font-size:12px;
	margin-left:5px;
}

.topTitle{
	text-align:center;
	font-size:42px;
	color:#006cbd;
}

/* 产品 */
.product{
	padding:80px 0;
	background:#f7f9ff;
}
.product .nav{
	margin:30px -12px 15px -12px;
}
.product .nav a{
	display:inline-block;
	border:1px solid #eee;
	height:50px;
	line-height:50px;
	padding:0 30px;
	margin:0 12px 12px 12px;
	color:#333;
	font-size:16px;
	background:#fff;
}
.product .nav a.active{
	background:#006cbd;
	color:#fff;
	border-color:#006cbd;
}
.product .list .box{
	display:none;
	flex-wrap:wrap;
}
.product .list .box .showImg{
	width:50%;
}
.product .list .box .text{
	width:50%;
	padding-left:35px;
}
.product .list .box .showImg img{
	width:100%;
}
.product .list .box.active{
	display:flex;
}
.product .list .box .title{
	font-size:36px;
	color:#006cbd;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.product .list .box .desc{
	color:#666;
	margin-bottom:30px;
}
.product .list .box .more{
	display:inline-block;
	background:#006cbd;
	height:36px;
	line-height:36px;
	padding:0 15px;
	border-radius:18px;
	color:#fff;
	font-size:14px;
}
.product .list .box .more .iconfont{
	font-size:12px;
	margin-left:5px;
}

/* 我们的优势 */
.adv{
	margin:80px 0;
	background:#fff;
}
.adv .topTitle{
	margin-bottom:40px;
}
.adv .list{
	display:flex;
	flex-wrap:wrap;
}
.adv .item{
	width:18%;
	height:650px;
	display:flex;
	align-items:flex-end;
	border-left:1px solid #fff;
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	cursor:pointer;
	overflow:hidden;
	background-size:cover;
}
.adv .item .shadow{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.3);
	z-index:1;
}
.adv .item.on{
	width:46%;
}
.adv .item .text{
	padding:6%;
	color:#fff;
	position:relative;
	z-index:2;
}
.adv .item .text .title{
	font-size:32px;
	font-weight:700;
	margin-bottom:10px;
}
.adv .item .text ul{
	opacity:0;
}
.adv .item.on .text ul{
	opacity:1;
}
.adv .item .text ul li{
	list-style:disc;
	padding-bottom:8px;
}

/* 加工经验 */
.pro {
	margin:80px 0;
}
.pro .topTitle{
	margin-bottom:45px;
}
.pro .main{
	display:flex;
	flex-wrap:wrap;
}
.pro .main .list{
	width:50%;
	background:#f7f9ff;
}
.pro .main .imgbox{
	width:50%;
}
.pro .main .imgbox img{
	width:100%;
	height:100%;
}

.pro .main .list .item{
	padding:25px 0;
	margin:0 35px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
.pro .main .list .item:last-child{
	border:none;
}
.pro .main .list .item.on .desc{
	display:block;
}
.pro .main .list .item.on .icon .d{
	display:block !important;
}
.pro .main .list .item.on .icon .a{
	display:none !important;
}
.pro .main .list .item .title{
	display:flex;
	align-items:center;
	color:#006cbd;
}
.pro .main .list .item .icon{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:22px;
	text-align:center;
	background:#eee;
	margin-right:15px;
}
.pro .main .list .item .icon .d{
	display:none;
}
.pro .main .list .item .name{
	font-size:24px;
	font-weight:700;
}
.pro .main .list .item .desc{
	padding-left:40px;
	padding-top:5px;
	display:none;
}

/* 应用领域 */
.area{
	overflow:hidden;
}
.area .topTitle{
	margin-bottom:45px;
}
.area .tag{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:-40px;
	position:relative;
	z-index:99;
}
.area .tag .item{
	width:20%;
	padding-left:1px;
	
}
.area .tag .item.on span{
	background:#006cbd;
	color:#fff;
}
.area .tag .item span{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#f3f3f3;
	font-size:18px;
	cursor:pointer;
	padding:15px;
	text-align:center;
	line-height:24px;
	height:78px;
}
.area img{
	max-width:100%;
}

/* 新闻资讯 */
.news{
	margin:80px 0;
}
.news .topTitle{
	margin-bottom:45px;
}
.news .main{
	display:flex;
	flex-wrap:wrap;
}
.news .left{
	width:60%;
	display:flex;
	flex-wrap:wrap;
}
.news .left .imgbox{
	padding-right:30px;
	width:54%;
}
.news .left .imgbox img{
	display:block;
	width:100%;
}
.news .left .text{
	width:46%;
}
.news .left .text h3{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	font-size:22px;
	line-height:30px;
}
.news .left .text .desc{
	color:#666;
	margin:25px 0;
	 word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news .right{
	width:40%;
	padding-left:30px;
}
.news .more{
	display:inline-block;
	background:#006cbd;
	height:36px;
	line-height:36px;
	padding:0 15px;
	border-radius:18px;
	color:#fff;
	font-size:14px;
	margin-top:25px;
}
.news .more:hover{
	opacity:0.9;
}
.news .more .iconfont{
	font-size:12px;
	margin-left:5px;
}

.news .right .item{
	display:flex;
	margin-bottom:20px;
}
.news .right .item .imgbox{
	width:122px;
	margin-right:15px;
	flex-shrink:0;
}
.news .right .item .imgbox img{
	width:100%;
	display:block;
}
.news .right .item h3{
	font-size:18px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}



@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}
	
	.about{padding:30px 0;}
	.about .main .info{width:100%;padding:0px;}
	.about .main .imgbox{width:100%;}
	.about .desc{line-height:22px;padding:15px 0;}
	.about .title{font-size:32px;}
	.about .main .imgbox{padding-top:15px;}
	.about .main .imgbox .text .item{padding:20px;}
	.about .main .imgbox .text .item .num{font-size:22px;}
	
	.topTitle{font-size:32px;}
	
	.product{padding:30px 0;}
	.product .nav{margin: 30px -10px 15px -10px;}
	.product .nav a{padding:0 15px; margin:0 10px 10px 10px;}
	.product .list .box .showImg{width:100%;}
	.product .list .box .text{width:100%; padding-left:0px;}
	
	.adv{margin:30px 0;}
	.adv .topTitle{margin-bottom: 30px;}
	.adv .item{height:450px; align-items: center;}
	.adv .item .text .title{font-size:22px;}
	
	
	
	.pro{margin:30px 0;}
	.pro .topTitle{margin-bottom: 30px;}
	.pro .main .list{width:100%;}
	.pro .main .list .item{margin:0 20px;padding:15px 0;}
	.pro .main .imgbox{width:100%;margin-top:10px;}
	
	.area{margin:30px 0;}
	.area .tag{margin-bottom:5px;}
	.area .topTitle{margin-bottom:30px;}
	.area .tag .item{width:100%;margin-bottom:1px;}
	.area .tag .item span{font-size:14px;padding:5px;height:36px;}
	.area .swiper-slide{padding:0 10px;}
	
	.news{margin:30px 0;}
	.news .topTitle{margin-bottom:30px;}
	.news .left{width:100%;}
	.news .left .imgbox{width:100%;padding-right:0px;}
	.news .left .text{width:100%;}
	.news .left .imgbox{margin-bottom:15px;}
	.news .right{width:100%;padding-left:0px;margin-top:30px;}
	
}