@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
a{
	text-decoration:none;
}
ul,li{
	list-style:none;
}
img{
	border:0px;
	display: block;

}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.rebuild{
	box-sizing: border-box;
}

.centerBox{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* products */
.rebuild .block-title{
	padding: 50px 0;
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 0;
}


.products-list, .news-list, .news-show, .download-list{
	/* background: url(../images/product_bg.png) repeat-y center center; */
	background-repeat: repeat-y;
	background-position: center center;
}

.products-list .items{
	position: relative;
	margin-bottom: 50px;
	box-sizing: border-box;
	width: 48%;
	height: 400px;
	overflow: hidden;
}

.products-list .items img{
	width: 100%;
	height: 100%;
}

.products-list .items .layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	/* background: rgba(0, 0, 0, .7); */
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
}

.products-list .items .layer section{
	margin: 5px 0;
}

.products-list .items .layer h6{
	margin-bottom: 20px;
	font-size: 26px;
}

.pages{
	box-sizing: border-box;
    padding: 20px 0;
    /* margin: 0 auto; */
    text-align: center;
}

.pages a, .pages span{
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
}

.pages a{
	color: #333;
	background: #fff;
}
.pages span{
	color: #fff;
	background: #df0024;
}

.product-tips{
	padding: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	
}

.product-tips article{
	background: #df0024;
	    margin-bottom: 45px;
}

.product-tips .more{
	display: inline-block;
	
	padding: 0 48px;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	background: #df0024;
}


.news-list{
	/* background: url(../images/product_bg.png) repeat-y center center; */
}



.news-list .items{
	width: 100%;
	margin-bottom: 20px;
}

.news-list .items a{
	display: block;
	display: flex;
	color: #fff;
	align-items: flex-start;
	background: rgba(0,0,0,.6);
}

.news-list .items .items-contain{
	flex: 1;
	padding: 15px 20px;
	/*background: rgba(0,0,0,.6);*/
}

.news-list .items img{
	width: 310px;
}

.news-list .items article{
	flex: 1;
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.news-list .items .title{
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.news-list .items .title h6{
	margin-bottom: 10px;
	font-size: 18px;
}

.news-list .items .title span{
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	color: #cccccc;
	line-height: 28px;
	background: url(../images/news_icon_01.png) no-repeat left center;
	background-size: 16px 16px;
}

.news-list .items .title span:last-child{
	background: url(../images/news_icon_02.png) no-repeat left center;
	background-size: 16px 16px;
}

.container{
	padding: 35px 30px;
	background: rgba(0, 0, 0, .6);

}

.news-show{
	padding: 100px 0;
	/* background: url(../images/product_bg.png) repeat-y center center; */
}

.container .title{
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.container .title h6{
	font-size: 18px;
	margin-bottom: 10px;
}

.container .title span{
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	color: #cccccc;
	line-height: 28px;
	background: url(../images/news_icon_01.png) no-repeat left center;
	background-size: 16px 16px;
}

.container .title span:last-child{
	background: url(../images/news_icon_02.png) no-repeat left center;
	background-size: 16px 16px;
}

.container  .contain{
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px dashed #fff;
	word-break: break-word;
}

.container  .contain img{
	max-width: 100%;
	margin: 0 auto;
}

.container .next{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}

.container .next a{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.download-list{
	/* background: url(../images/product_bg.png) repeat-y center center; */
}

.download-list .block-contain{
	background: rgba(0, 0, 0, .6)
}

.download-list .items{
	display: flex;
	border-bottom: 1px solid #fff;
}

.download-list .items:nth-child(1){
	background: #df0024;
}


.download-list .items:last-child{
	border: none;
}

.download-list .items span{
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}

.download-list .items .name{
	flex: 1;
}

.download-list .items .time{
	width: 20%;
}


.download-list .items .size{
	width: 20%;
}


.download-list .items .link{
	width: 20%;
}


.download-list .items .link-icon{
	display: block;
    width: 100%;
	height: 100%;
	font-size: 0;
    background: url(../images/download_icon.png) no-repeat center center;
    background-size: 20px 20px;
}
