/* 横幅 */
#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 #fff;
	opacity: 0.7;
	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:#fff;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	border-color:#c3181f;
	opacity: 1;
}
#banner .banner-pagination .swiper-pagination-bullet-active:before{
	background:#c3181f;
}



/* 关于我们 */
.about{
	background-image: url(/tpl/default/skin/img/about.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	padding:80px 0 180px 0;
	position: relative;
}
.about .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about .flex .video{
	width:40%;
}
.about .flex .video video{
	width:100%;
	height: 326px;
}
.about .text {
	width:60%;
	color:#fff;
	padding-left:5%;
}
.about .text h1{
	margin-bottom:30px;
	font-size:32px;
}
.about .text .desc{
	margin-bottom: 30px;
	line-height:30px;
	font-size:15px;
}
.about .text .more{
	display: inline-block;
	padding:8px 20px;
	color:#1a264b;
	background-color: #fff;
	transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
	opacity: 0.9;
}
.about .text .more:hover{
	transform:scale(1.1); 
	opacity: 1;
}

.about .video{
	position: relative;
	overflow: hidden;
}
.about .vidpos{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.about .vidpos .iconfont{
	font-size:62px;
	font-weight: 300;
}
.about .vidpos:hover{
	transform:scale(1.1); 
}


.icons{
	position: relative;
	z-index: 2;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top:-100px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-bottom: 50px;
	padding:40px 0;
	border-radius: 3px;
}
.icons .item {
	width:33.333%;
	text-align: center;
	border-left:1px solid #ddd;
}
.icons .item a{
	display: inline-block;
}
.icons .item :first-child{
	border:none;
}
.icons .item .imgBox{
	border:1px solid #1a264b;
	display: inline-block;
	padding:15px;
	border-radius: 100px;
	margin-bottom:15px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.icons .item .imgBox.i2{
	display: none;
	
}
.icons .item p{
	font-size:22px;
	font-weight: 500;
	margin-bottom:0px;
}

.icons .item .imgBox.i2{
	background-color: #1a264b;
}
.icons .item.on .imgBox.i1{
	display: none;
}
.icons .item.on .imgBox.i2{
	display: inline-block;
}
.icons .item.on p{
	color: #1a264b;
}


/* 通用标题 */
.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:36px;
	font-family:'font1';
}
.topTitle h2 span{
	color:#19264b;
}


.pdClassfiy{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	
}
.pdClassfiy .item{
	width:25%;
}
.pdClassfiy .item a{
	display: block;
	overflow: hidden;
	margin:15px;
	position: relative;
}
.pdClassfiy .item a .imgbox{
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #1a264b;
}

.pdClassfiy .item a:hover img{
	transform:scale(1); 
	opacity: 0.7;
}
.pdClassfiy .item a:hover .text .count{
	top:0px;
	opacity: 1;
	height: 16px;
}

.pdClassfiy .item a img{
	display: block;
	width:100%;
	transform:scale(1.1); 
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .3s ease;transition: all .5s ease;
}
.pdClassfiy .item a .text{
    margin-top:10px;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.pdClassfiy .item a .text h2{
	color:#1a264b;
	font-size:16px;
	line-height: 16px;
	padding:5px 10px;
	border-radius: 60px;
	text-align: center;
}
.pdClassfiy .item a .text .count{
	color:#fff;
	font-weight: 700;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	position: relative;
	top:50px;
	height: 0;
	opacity: 0;
}

/* 产品中心 */
#product{
	position:relative;
	padding:40px 0 50px 0;
	overflow:hidden;
	background:#fbfbfb;
	/* background:#ccc; */
}
#product .item{
	position:relative;
	background:#fff;
	margin-bottom:30px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	box-shadow:0 0 0px #fff;
	padding-bottom:5px;
}
#product .item:hover{
	box-shadow:0 0 25px #eee;
}

#product .swiper-area{
	position:relative;
}
#product .item .imgbox{
	overflow:hidden;
}
#product .item .imgbox img{
	max-width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .item h3{
	font-weight:500;
	font-size:16px;
	text-align:center;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#333;
	margin:10px;
}
#product .item .param{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
}

#product .more{
	padding-top:40px;
	text-align:center;
}
#product .more a{
	display:inline-block;
	height:46px;
	line-height:46px;
	padding:0 40px;
	color:#fff;
	background:#19264b;
	border-radius:48px;
}
#product .more a:hover{
	padding:0 45px;
}


/* 新闻 */
#news{
	padding:60px 0;
	background:url(/tpl/default/skin/img/news_bg.jpg)no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#news .classify{
	text-align:center;
	margin-bottom:30px;
	display: flex;
	justify-content: center;
}
#news .classify  a{
	display:inline-block;
	background:#e5e5e5;
	height:36px;
	line-height:36px;
	color:#000;
	padding:0 20px;
	border-radius:36px;
	margin:0 8px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#news .classify  a.on{
	background:#19264b;
	color:#fff;
}
#news .item{
	background:#fff;
	padding:12px;
	margin-bottom:15px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	margin-top:0px;
	box-shadow:0 0 0px #eee;
}
#news .item:hover{
	background:#19264b;
	margin-top:-5px;
	box-shadow:0 0 10px #eee;
}
#news .item:hover .title-box{
	border-bottom:1px solid #fff;
}
#news .item:hover .title-box:before{
	background:#19264b;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#news .item:hover .title-box h3{
	color:#fff;
}
#news .item:hover .desc{
	color:#fff;
}
#news .item:hover .bottom{
	color:#fff;
}
#news  .item:hover .title-box h3:before{
	background:#fff;
}

#news .item .imgbox{
	margin-bottom: 5px;
}
#news .item .imgbox img{
	width:100%;
	max-height: 220px;
	display: block;
}
#news .item .title-box{
	position:relative;
	border-bottom:1px solid #dcdcdc;
	padding:5px 0;
}
#news .item .title-box:before{
	content:'';
	display:block;
	position:absolute;
	left:60px;
	bottom:-5px;
	width:10px;
	height:10px;
	background:#fff;
	border-left:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	transform:rotate(-45deg);
} 
#news .item .title-box h3{
	font-size:18px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	position:relative;
	text-indent:10px;
}
#news  .item .title-box h3:before{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:2px;
	width:3px;
	height:14px;
	background:#19264b;
}
#news .item .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
	margin:20px 0;
	color:#666;
}
#news .item .bottom{
	color:#666;
}
#news .item .bottom .view{
	float:right;
}

#news .more{
	padding-top:30px;
	text-align:center;
}
#news .more a{
	display:inline-block;
	height:46px;
	line-height:46px;
	padding:0 40px;
	color:#fff;
	background:#19264b;
	border-radius:48px;
}
#news .more a:hover{
	padding:0 45px;
}

#contact-bar{
	background:url('/tpl/default/skin/img/contact-bar-bg.jpg')no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
#contact-bar .flex{
	display: flex;
	align-items: center;
}
#contact-bar .left{
	color:#fff;
	font-size:24px;
	height:144px;
	display:flex;
	align-items:center;
}
#contact-bar .right{
	flex-shrink: 0;
	display:flex;
	align-items:center;
	height:144px;
}
#contact-bar .right a{
	display:inline-block;
	border-radius:30px;
	height:45px;
	line-height:40px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	background:#1a264b;
	opacity: 0.9;
}
#contact-bar .right a:hover{
	transform:scale(1.1); 
	opacity: 1;
}


@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center{bottom:10px;}
	#banner .swiper-pagination-bullet{height:4px;}

	.topTitle{margin-bottom: 30px;}
	.topTitle h2{font-size:25px;}

	#product{padding:35px 0;}
	#product .row{margin-left:-5px; margin-right:-5px;}
	#product .col-6{padding:5px;}
	#product .item{margin-bottom: 5px;}
	#product .more{padding-top:15px;}

	.about{padding-top:30px;}
	.about .text h1{font-size:26px;}
	.about .text .desc{line-height: 24px;}
	
	.icons{padding:10px 0;}
	.icons .item{width:100%;}
	.icons .item a{display: flex; align-items: center; padding:10px;}
	.icons .item .imgBox{margin:0 0 0 10px;}
	.icons .item img{height: 30px;}

	#news{padding:35px 0;}

	#contact-bar{padding:20px 0;}
	#contact-bar .flex{flex-direction: column; align-items: flex-start; justify-content:center;}
	#contact-bar .flex .left{font-size:18px;height: auto; margin-bottom: 10px;}
	#contact-bar .right{height: auto;}
	#contact-bar .right a{font-size:18px;}

	.pdClassfiy{justify-content: center; padding:30px 0;}
	.pdClassfiy .item{width:50%;}
	.pdClassfiy .item a .text h2{font-size:13px;}
}

