/*TODO common.css*/

.tag-title {
    float: left;
    min-width: 30px;
    height: 24px;
    line-height: 24px;    
    color: #999;
    border: 0px solid #eee;   
    font-size: 12px;
    border-radius: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.tag-item {
    float: left;
    min-width: 50px;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    color: #999;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
	/*font-weight: normal;*/
}

/*产品列表 news-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.news-list{
	width: 1200px;
	height: auto;
}

.news-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.news-list .left .item{
	float: left;
	width: 830px;
	height: 150px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
}

.news-list .left .item:hover{
	box-shadow: 2px 2px 10px #333;
}

.news-list .left .item .s1{
	float: left;
	width: 188px;
	height: 125px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #cc1;*/
}

.news-list .left .item .s1 img{
	width: 188px;
	height: 125px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}

.news-list .left .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.news-list .left .item .s2{
	float: left;
	width: 600px;
	height: 125px;
	margin-left: 10px;
	box-sizing: border-box;
	/*background-color: #cc2;*/
}

.news-list .left .item .s2 h3{
	font-size: 16px;
	width: 600px;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #333;
	/*margin-top: 10px;*/
}
.news-list .left .item .s2 p{
	font-size: 14px;
	width: 600px;
	height: 50px;
	line-height: 25px;
	margin-top: 4px;
	
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
	
}
.news-list .left .item .s2 .ne{
	font-size: 12px;
	width: 600px;
	height: 25px;	
	margin-bottom: 0px;
	line-height: 25px;
	box-sizing: border-box;
	overflow: hidden;
	color: #999;
}
.news-list .left .item .s2 .ne span{
	display: inline-block;
	float: right;
	font-size: 12px;
}


.news-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.news-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.news-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.news-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.news-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.news-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.news-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}



/*news-detail*/
.news-detail{
	width: 1200px;
	height: auto;
}

.news-detail .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}

.news-detail .left .cont01{
	width: 830px;
	/*height: 110px;*/
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.news-detail .left .cont01 .s1{
	font-size: 24px;
	color: #333;	
	line-height: 40px;
	width: 790px;
	margin:20px;
	overflow: hidden;
	box-sizing: border-box;

}
.news-detail .left .cont01 .s2{
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	width: 790px;
	margin:20px;	
	overflow: hidden;
	box-sizing: border-box;
	border-bottom:1px dashed #eee;
}

.news-detail .left .intro{
	width: 830px;
	min-height: 120px;
	padding-top: 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.news-detail .left .intro .s{
	width: 700px;
	border:1px solid #eee;
	margin:0 auto;
	background-color: #f4f4f4;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	min-height: 100px;
	padding: 10px 20px;
	border-radius: 10px;
}

.news-detail .left .cont02{
	width: 830px;
	min-height: 120px;
	line-height: 35px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 60px;
	padding-right: 60px;

	padding-bottom: 30px;
}

.news-detail .left .cont03{
	width: 830px;
	height: 45px;
	background-color: #fff;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
}
.news-detail .left .cont04{
	width: 830px;
	height: 50px;
	background-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #999;
}

/*相关技术*/
.news-detail .left .cont05{
	margin-top: 10px;
	width: 830px;
	height: 230px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.news-detail .left .cont05 .item{	
	width: 810px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	/*background-color: #efefef;*/
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	
}


.news-detail .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	/*background-color: #fff;*/
}
.news-detail .right .cont01{
	width: 360px;
	height: 170px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}
.news-detail .right .cont01 .s1{
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	/*background-color: #eee;*/
}
.news-detail .right .cont01 .s1 img{
	width: 150px;
	height: 150px;
	/*object-fit: cover;*/
	overflow: cover;
}
.news-detail .right .cont01 .s2{
	float: right;
	width: 170px;
	height: 130px;
	margin: 10px;
	/*background-color: #eee;*/
}
.news-detail .right .cont01 .s2 .t1{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.news-detail .right .cont01 .s2 .t2{
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #ff0000;
}

.news-detail .right .cont02{
	width: 360px;
	height: 245px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
}

.news-detail .right .cont03{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.news-detail .right .cont03 .item{
	width: 360px;
	height: 120px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	
	border-bottom: 1px dashed #ccc;
}
.news-detail .right .cont03 .item .s1{
	float: left;
	width: 115px;
	height: 92px;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 10px;
	background-color: #ccc;
}
.news-detail .right .cont03 .item .s1 img{
	width: 115px;
	height: 92px;
	object-fit: cover;
	border-radius: 5px;
	transition: all 0.6s;
}
.news-detail .right .cont03 .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.news-detail .right .cont03 .item .s2{
	float: right;
	width: 224px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #ccc;*/
}
.news-detail .right .cont03 .item .s2 h1{
	font-size: 16px;
	width: 210px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-right: 15px;
	/*background-color: #ccc;*/
}
.news-detail .right .cont03 .item .s2 h2{
	font-size: 13px;
	color: #999;
	width: 210px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-right: 15px;
	margin-top: 5px;
	/*background-color: #ccc;*/
}
.news-detail .right .cont03 .item .s2 h3{
	font-size: 12px;
	color: #999;
	width: 224px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 5px;
	/*background-color: #ccc;*/
}










.news-detail .right .cont04{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.news-detail .right .cont04 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.news-detail .right .cont04 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.news-detail .right .cont04 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont04 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.news-detail .right .cont04 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}


/* 2024-5-18 */
.news-detail .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}

.news-detail .right .cont05{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.news-detail .right .cont05 .title{
	/* width: 340px; */
	padding: 0 10px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.news-detail .right .cont05 .title span{ 
	color: #999; 
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 	
	text-align: center;
    font-size: 18px;
}


.x{
    float: right;
    width: 70px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
    border-bottom: 1px solid #f4f4f4;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.y{
    float: right;
    width: 85px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;    
    border-bottom: 1px solid #f4f4f4;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.curr{
    border-top: 1px solid #f4f4f4; 
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;   
    border-bottom: 1px solid #fff;    
    color: #137ec1;
    /* font-weight: bold; */
}