/* 横幅 */
#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 5px;
	border-radius:0;
	border:1px solid #999;
	padding:8px;
	border-radius:15px;
	background:none;
	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:before{
	content:'';
	position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#999;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	border-color:#0f1c80;
}
#banner .banner-pagination .swiper-pagination-bullet-active:before{
	background:#0f1c80;
}

/* 产品中心 */
.product{
	background:#f5f5f5;
	padding:65px 0;
}
.product-nav{
	margin-bottom:30px;
}
.product-nav .name{
	font-size:30px;
	font-weight:700;
}
.product-nav ul::-webkit-scrollbar {
    width: 0px; 
    background: transparent;
    height:0px;
}
.product-nav ul li{
	margin:0 8px;
}
.product-nav ul li a{
	display:block;
	height:36px;
	line-height:36px;
	padding:0 15px;
}
.product-nav ul li a.on{
	background:#0f1c80;
	color:#fff;
}

.product-list .item{
	display:none;
	overflow:hidden;
}
.product-list .item.on{
	display:block;
	display:flex;
}
.product-list .item .box .main{
	position:relative;
	overflow:hidden;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.product-list .item .box .main:hover{
	box-shadow:0 0 10px #eee;
}
.product-list .item .box .main:hover img{
	transform:scale(1.1);
}

.product-list .item .box h3{
	position:absolute;
	bottom:0px;
	width:100%;
	background:rgba(255,255,255,0.3);
	margin:0px;
	text-align:center;
	font-size:16px;
	padding:20px 0;
	font-weight:500;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-list .item .box img{
	width:100%;
	display:block;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.product-list .item .left{
	width:50%;
	padding-right:5px;
	padding-top:5px;
}
.product-list .item .right{
	width:50%;
}
.product-list .item .right .box{
	width:50%;
	padding:5px;
	float:left;
}

/* 关于我们 */
.about{
	background:#fff;
	padding:65px 0;
}
.about-top{
	display:flex;
}
.about-top .left{
	width:50%;
}
.about-top .left img{
	display:block;
	width:100%;
}
.about-top .right{
	width:50%;
	padding-left:15px;
}
.about-top .right h2{
	padding-top:50px;
	display:inline-block;
}
.about-top .right h2:after{
	content:'';
	display:block;
	width:50%;
	height:2px;
	background:#0f1c80;
	margin:30px 0;
}
.about-top .right .title{
	margin-bottom:30px;
}
.about-top .right .title .cn{
	color:#0f1c80;
	font-size:22px;
}
.about-top .right .title .en{
	color:#999;
}

.about-top .right .desc{
	border-bottom:1px solid #ccc;
	min-height:120px;
	margin-bottom:10px;
	line-height:24px;
	padding-bottom:20px;
}
.about-top .arrow span{
	display:inline-block;
	background:#f7f7f7;
	border:1px solid #eee;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	font-size:24px;
	color:#333;
	margin-left:10px;
	opacity:0.7;
	cursor:pointer;
}
.about-top .arrow span:hover{
	opacity:1;
}

.about-list{
	overflow:hidden;
	padding-top:15px;
}
.about-list .swiper-slide a{
	display:block;
	position:relative;
}
.about-list .swiper-slide img{
	width:100%;
}
.about-list .swiper-slide .tt{
	position:absolute;
	bottom:20px;
	display:inline-block;
	left:0px;
	color:#fff;
	background:#0f1c80;
	padding:5px 20px;
	opacity:0.9;
}

/* 六大优点 */
.adv{
	min-height:737px;
	background-size:cover;
	display:flex;
	align-items:center;
}
.adv .topTitle{
	color:#fff;
}
.adv .topTitle .p1{
	font-size:22px;
	margin-bottom:0px;
}
.adv .topTitle .p2{
	font-size:36px;
}
.adv .topTitle .p2:after{
	content:'';
	display:block;
	background:#fff;
	height:3px;
	width:60px;
	margin:30px 0;
}
.adv .list{
	display:flex;
	color:#fff;
	flex-wrap:wrap;
	max-width:1024px;
	justify-content:space-between;
	
}
.adv .list .item {
	display:flex;
	align-items:center;
	margin:30px 0;
	width:33.33%;
}
.adv .list .item .icon{
	font-size:48px;
	border:1px solid #fff;
	padding:5px 30px;
	border-radius:10px;
	margin-right:15px;
}
.adv .list .item .text .p1{
	font-size:22px;
	font-weight:700;
	margin-bottom:5px;
}
.adv .list .item .text .p2{
	margin-bottom:0px;
	white-space: nowrap;
	overflow: auto;
}

/* 荣誉资质 */
.honor{
	padding:65px 0;
}
.honor .topTitle{
	font-size:30px;
	margin-bottom:15px;
	font-weight:700;
}
.honor .lead{
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
.honor .lead .text .num{
	font-size:56px;
	font-weight:500;
}
.honor .lead .text{
	margin-right:50px;
}
.honor .lead .arrow{
	margin-left:auto;
}
.honor .arrow span{
	display:inline-block;
	background:#f7f7f7;
	border:1px solid #eee;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	font-size:24px;
	color:#333;
	margin-left:10px;
	opacity:0.7;
	cursor:pointer;
}
.honor .arrow span:hover{
	opacity:1;
}
.honor .list{
	background:#f5f5f5;
	padding:15px;
	overflow:hidden;
}
.honor .swiper-slide img{
	display:block;
	margin:0 auto;
	max-width:100%;
}

/* 资讯中心 */
.news{
	padding:65px 0;
}
.news .main{
	display:flex;
	align-items:center;
}
.news .topTitle{
	margin-bottom:15px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.news .main .left{
	width:50%;
}
.news .main .right{
	width:50%;
	padding-left:15px;
	
}
.news .main .left img{
	width:100%;
}
.news .topTitle .tt{
	font-size:30px;
	font-weight:700;
}
.news .right .item{
	display:flex;
	padding:30px 0;
	border-bottom:1px solid #ccc;
}
.news .right .item:last-child{
	border:none;
}
.news .right .item .text a{
	display:block;
}
.news .right .item .date{
	text-align:center;
	flex-shrink:0;
}
.news .right .item .text{
	
}
.news .right .item .text h3{
	font-size:20px;
}
.news .right .item .text .desc{
	color:#666;
	font-size:14px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news .right .item .date .day{
	font-size:36px;
	font-weight:700;
	margin-bottom:none;
	width:100px;
}
.news .right .item .date .year{
	color:#666;
}


/* 合作客户 */
.partner{
	padding:65px 0;
}
.partner .topTitle{
	margin-bottom:30px;
	display:flex;
	justify-content:space-between;
}
.partner .topTitle .tt{
	font-size:30px;
	font-weight:700;
}
.partner .arrow span{
	display:inline-block;
	background:#f7f7f7;
	border:1px solid #eee;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	font-size:24px;
	color:#333;
	margin-left:10px;
	opacity:0.7;
	cursor:pointer;
}
.partner .arrow span:hover{
	opacity:1;
}

.partner .list{
	overflow:hidden;
	padding-left:1px;
}
.partner .list .swiper-slide{
	overflow:hidden;
	border:1px solid #ccc;
}
.partner .list .swiper-slide img{
	width:100%;
	
}

@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}
	
	.product{padding: 36px 0;}
	.product-nav .d-flex{overflow:auto;}
	.product-nav .d-flex li{white-space: nowrap;margin:0px;}
	.product-nav ul li a{padding:0 10px; height:32px;line-height:32px;}
	.product-nav .name{display:none;}
	.product-nav .more{display:none;}
	
	.product-list .item{flex-direction:column;}
	.product-list .item .left{width:100%;margin:0 0 5px 0; padding:5px;}
	.product-list .item .right{width:100%; padding:0; margin-right:-5px; }
	.product-list .item .box h3{font-size:14px;padding:10px 0;}
	
	.about{padding: 36px 0;}
	.about-top{display:block;}
	.about-top .left{width:100%;}
	.about-top .right{width:100%; padding-left:0px;}
	.about-top .right h2{padding-top: 30px;font-size:24px;}
	.about-top .right h2:after{margin:15px 0;}
	.about-top .right .title{margin-bottom:15px;}
	
	.adv{min-height:560px;}
	.adv .topTitle .p1{font-size:18px;}
	.adv .topTitle .p2{font-size:24px;}
	.adv .topTitle .p2:after{width:40px;margin:15px 0;}
	.adv .list .item {width:50%;}
	.adv .list .item .icon{padding:2px 10px; font-size:32px;}
	.adv .list .item .text .p1{font-size:18px;}
	.adv .list .item .text .p2{font-size:13px;white-space:break-spaces;}
	
	.honor{padding: 36px 0;}
	.honor .topTitle{font-size:24px;}
	.honor .lead .text{font-size:16px;margin-right:30px;}
	.honor .lead .text .num{font-size:36px;}
	
	.news{padding: 36px 0;}
	.news .topTitle .tt{font-size:24px;}
	.news .main{display:block;}
	.news .main .left{width:100%;}
	.news .main .right{width:100%;padding-left:0px;}
	
	.partner{padding: 36px 0;}
	.partner .topTitle .tt{font-size:24px;}
}

