.header-bg img {
	width: 100%;
}
.header-bg {
	margin-top: 70px;
	position: relative;
}
.banner-title {
	position: absolute;
	top: 25%;
	color: #fff;
	padding-left: 22.24%;
}
.banner-title p:first-child {
	font-size: 3.125vw;
	font-weight: 600;
}
.banner-title p:last-child {
	font-size: 1.667vw;
	margin-top: 30px;	
}
.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.news-navbar {
	height: 100px;
	border-radius: 10px;
	background: #FFFFFF;
	font-size: 18px;
	color: #333333;
	padding: 0 145px;
	margin: -50px 0 35px;
	box-shadow: 0 4px 20px #e5e5e5;
}
.news-navbar ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.news-navbar ul li {
	display: inline-block;
	line-height: 98px;
	cursor: pointer;
	color: #333;
}
.news-navbar ul li:hover {
	color: #134098;
	border-bottom: 2px solid rgba(238,90,55);
}
.news-list {
	/*margin-top: 35px;*/
}
.news-item {
	width: 31.4%;
	border-radius: 10px;
	box-shadow: 0 10px 20px #e5e5e5;
	display: inline-block;
	margin: 0 8px 50px;
}
.img-box {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.img-box img {
	width: 100%;
	transition: all 0.4s;
	cursor: pointer;
}
.img-box img:hover {
	transform: scale(1.05);
}
.news-item-content {
	padding: 20px 15px;
}
.news-item-content>p {
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: 550;
}
.news-item-content>p>span {
	color: #ff0000;
}
.news-item-details {
	padding-top: 10px;
	border-top: 1px solid #E6E6E6;
}
.news-item-details p:first-child {
	margin-bottom: 20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	color: #333;
}
.news-item-details p span:first-child {
	color: #999999;
	font-size: 14px;
}
.news-item-details p span:first-child {
	color: #999999;
	font-size: 14px;
}
.news-item-details p span:last-child {
	display: inline-block;
	color: #0076f9;
	font-size: 14px;
	border-radius: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #0076f9;
	padding: 0 10px;
	cursor: pointer;
	float: right;
	display: none;
}
.news-item-details p span img {
	width: 14px;
	margin-left: 5px;
}
.details-content p:first-child {
	text-align: center;
	margin: 60px 0 40px;
	font-size: 30px;
	color: #333333;
}
.details-content p:first-child span {
	color: rgba(238,90,55);
}
.title-details span {
	font-size: 16px;
	color: #999;
}
.title-details span:nth-child(2) {
	margin-left: 15px;
}
.title-details span:nth-child(3) {
	margin-left: 20px;
}
.title-details span:last-child {
	float: right;
	color: #0076f9;
	cursor: pointer;
}
.title-details span img {
	margin-left: 5px;
	width: 14px;
}
.details-content hr {
	margin-top: 10px;
}
.details-content>img {
	width: 100%;
}
.news-active {
	color: #134098!important;
	border-bottom: 2px solid #EE5A37;
}
.solution-main>p {
	font-size: 40px;
	font-weight: 600;
	color: #134098;
	text-align: center;
}
.solution-blcok {
	width: 44px;
	height: 5px;
	background: #EE5A37;
	margin: 30px auto;
}
.box-item {
	border: 1px solid #E6E6E6;
	padding: 40px 40px 0;
	display: inline-block;
	width: 48%;
	color: #333333;
	height: 240px;
	margin-bottom: 20px;
}
.box-item img {
	float: left;
	width: 180px;
	margin-right: 50px;
}
.box-item>div>p {
	font-size: 20px;
	font-weight: 550;
}
.box-item ul li {
	margin: 15px 0;
	font-size: 14px;
}
.box-item:nth-child(even) {
	float: right;
}
.box-item ul li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #EE5A37;
	margin-right: 10px;
}
.fr {
	float: right;
}
.solution-main {
	margin-bottom: 80px;
}
.solution-main>img {
	width: 100%;
}
.box-head {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.box-head-item {
	width: 23.75%;
	height: 380px;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 60px 30px 40px;
}
.box-head-item img {
	width: 130px;
}
.box-head-item p:nth-child(2) {
	font-size: 20px;
	margin: 40px 0 15px;
	font-weight: 550;
	
}
.box-head-item p:last-child {
	font-size: 14px;
}

main {
	background: #f7f8fa;
}
.artcle>p {
	text-indent: 2em;
	line-height: 170%;
	margin-bottom: 30px;
}
.article-flex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
.article-item {
	width: 150px;
	text-align: center;
}
.article-item img {
	width: 120px;
}
.article-item p {
	color: #666666;
	font-size: 14px;
	margin: 20px 0 35px;
}
.main>img {
	margin-bottom: 70px;
}
.solution-nav ul li.active {
	color: #134098;
}
