
.intitle{
	display: block;
	  font-weight: bold;
	  font-size: 2vw;
	  padding: 0 0 2vw 0;
	  white-space: nowrap;
	  text-align: center;
	  align-items: center;
	  color: #1a1a1a;
}
.company-news{
	display: block;
	padding: 2vw 0 0 0; 
}
.company-news-left{
	display: block;
	width: 73%;
	float: left;
}
.company-news-right{
	display: block;
	width: 25%;
	float: right;
}
.company-news-banner{
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
}
.company-news-banner .img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.company-news-left .item{
	background: #FFF;
	border: 2px solid #FFF;
	padding: 1.5vw;
	margin-top: 2vw;
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-news-left .item:hover{
	
}
.company-news-left .item .imgBox{
	display: inline-block;
	float: left;
	width: 30%;
	height:11vw;
	margin-right: 1vw;
	overflow: hidden;
	border-radius: 0.5vw;
	-webkit-border-radius: 0.5vw;
}
.company-news-left .item .imgBox .img{
	display: block;
	height: 100%;
	width: 100%;
	margin: auto;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;	
}
.company-news-left .item .imgBox:hover .img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	-webkit-box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
	box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
}
.company-news-con{
	display: block;
}
.company-news-left .item .solution-con{
	width: 68%;
	display: inline-block;
	float: left;
}
.company-news-left .item h3{
	display: block;
	font-weight: bold;
	margin-bottom: 1vw;
}
.company-news-left .item h3 a{
	display: inline-block;
	font-size: 1.2vw;
	max-width: 100%;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.company-news-left .item h3 a:hover{
	color: #2E8AE5;
}
.company-news-left .item .solution-con .text{
	display: block;	
	margin-bottom:1vw;
}
.company-news-left .item .solution-con .text p{
	display: block;
	line-height: 240%;
	font-weight: normal;
	color: #636363;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-news-left .item:hover .solution-con .text p{
	color: #1a1a1a;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-news-left .news-msg{
	display: block;
}
.company-news-left .news-msg .time{
	display: inline-block;
	float: left;
	line-height: 200%;
	font-weight: normal;
	color: #A1A1A1;
}
.company-news-left .news-msg .read{
	display: inline-block;
	float: right;
	line-height: 200%;
	font-weight: normal;
	color: #A1A1A1;
}


.company-news-right .news-right-item{
	background: #FFF;
	border: 2px solid #FFF;
	padding: 1.5vw;
	margin-bottom: 2vw;
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-news-right .news-right-item .news-right-title{
	display: block;
	line-height: 120%;
	font-weight: bold;
	font-size: 1.2vw;
	color: #1a1a1a;
}
.news-right-hotnews{
	display: block;
	padding-top: 0.5vw;
}
.news-right-hotnews li{
	display: block;
	padding: 0.5vw 0;
}
.news-right-hotnews li a{
	display: block;
	line-height: 120%;
	font-weight: normal;
	color: #1a1a1a;
	width-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-right-hotnews li a:hover{
	color: #2E8AE5;
}
.news-right-hotnews li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3vw;
	width: 1.5vw;
	height: 1.5vw;
	line-height: 1.5vw;
	font-weight: normal;
	color: #FFF;
	background: #2E8AE5;
	text-align: center;
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.news-right-product{
	display: block;
	width: 106%;
}
.news-right-product .item{
	display: block;
	width: 46%;
	float: left;
	margin:0.8vw 3.5% 0 0;
}
.news-right-product .product{
	display: block;
	padding: 1vw;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #EEF2FB;
	border: 2px solid #EEF2FB;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.news-right-product .product h5{
	display: block;
	  font-weight: normal;
	  font-size: 0.8vw;
	  text-align: center;
	  color: #1a1a1a;
	  height:2.6vw;
	  margin-bottom: 0.5vw;
	  line-height: 1.3vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.news-right-product .product .imgBox{
	height: 10vw;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-right-product .product .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.news-right-product .product:hover{
	border: 2px solid #2E8AE5;
	background: #FFF;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news-right-product .product:hover h5{
	color: #2E8AE5;	
}

.news-right-product .product:hover .img{
	color: #2E8AE5;
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news-details{
	display: block;
	background: #FFF;
	padding: 1.5vw;
	margin-bottom: 2vw;
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
}
.news-details-title{
	display: block;
	padding-bottom: 1vw;
	border-bottom:1px solid #F2F2F2;
}
.news-details-title h1{
	font-size: 2vw;
	text-align: left;
	margin-bottom: 1vw;
}
.news-details-title h1 a{
	font-size: 2vw;
}
.news-details-content{
	padding: 1vw 0;
}
.news-details-content p{
	margin-bottom: 1vw;
	line-height: 200%;
	font-size: 1.1vw;
	font-weight: 300;
}
.news-details-content img,.news-details-content video{
	max-width: 100%;
	max-height: 100%;
}
.relevant{
	display: block;
	padding-bottom: 2vw;
}
.relevant .intitle{
	text-align: left;
	padding-bottom: 0;
}

/*自适应适配*/
/*5K自适应适配5120x2880*/
@media (max-width: 5120px) {}

/*4K自适应适配3840×2160*/
@media (max-width: 3840px) {}

/*2K自适应适配2560×1600*/
@media (max-width: 2560px) {}

/*1K自适应适配1920X1080*/
@media (max-width: 1920px) {}

/*笔记本自适应适配1366×1024*/
@media (max-width: 1366px) {}

/*平板自适应适配1024X768*/
@media (max-width: 1024px) {}

@media (max-width: 800px) {
	
}
@media (max-width: 480px) {
	.intitle{
		font-size: 5vw;
		padding: 0 0 5vw 0;
	}
	.relevant{
		padding-bottom: 4vw;
	}
	.relevant .intitle{
		padding: 5vw 0 0vw 0;
	}
	.company-news-left,.company-news-right{
		display: block;
		width: 100%;
		float: none;
	}
	.company-news-left .item{
		border: 0px solid #FFF;
		padding: 2vw;
		margin-top: 4vw;
		border-radius: 2vw;
		-webkit-border-radius: 2vw;
	}
	.company-news-left .item .imgBox{
	    display: block;
	    float: none;
	    width: 100%;
	    height: 55vw;
	    margin-right: 0;
	    overflow: hidden;
	    border-radius: 2vw;
	    -webkit-border-radius: 2vw;
	}
	.company-news-left .item .solution-con{
		width: 100%;
		display: block;
		float: none;
	}
	.company-news-left .item .solution-con .text{
		margin-bottom: 0;
		padding: 3vw 0;
	}
	.company-news-left .item .solution-con .text p{
		-webkit-line-clamp: 2;
		line-height: 200%;
	}
	.company-news-left .item h3{
		padding: 2vw 0;
		margin-bottom: 0;
	}
	.company-news-left .item h3 a{
		font-size: 4.6vw;
		line-height: 180%;
		white-space: wrap;
		overflow: initial;
		text-overflow: ellipsis;
	}
	.company-news-right .news-right-item{
		border: 0px solid #FFF;
		padding: 2vw;
		margin-bottom: 4vw;
	}
	.company-news-right .news-right-item .news-right-title{
		font-size: 5vw;
		padding: 3vw 0;
	}
	.news-right-hotnews li{
		padding: 3vw 0;
	}
	.news-right-hotnews li a{
		font-size: 3.8vw;
	}
	.news-right-hotnews li a i{
		margin-right: 1vw;
	    width: 5.5vw;
	    height: 5.5vw;
	    line-height: 5.5vw;
	}
	.news-right-product .product h5{
	    height: 12vw;
	    margin-bottom: 2vw;
	    line-height: 6vw;
		font-size: 3.8vw;
	}
	.news-right-product{
		width: 105%;
	}
	.news-right-product .item{
		width: 46%;
		margin: 3vw 3% 0 0;
	}
	.news-right-product .product .imgBox{
		height: 35vw;
	}
	.news-details{
		padding: 3vw;
	}
	.news-details-title h1{
		font-size: 6vw;
		margin-bottom: 2vw;
	}
	.news-details-title h1 a{
		font-size: 6vw;
	}
	.news-details-content{
		padding: 3vw 0;
	}
	.news-details-content p{
		margin-bottom: 3vw;
		line-height: 200%;
		font-size: 4.4vw;
		font-weight:normal;
		text-align:justify;
	}
}
@media (max-width: 320px) {
	
}
/*自适应适配*/