.more-add {
	text-align: center;
	width: 150px;
	display: block;
	margin: 30px auto;
	padding: 20px 0px;
	background-color: rgb(39, 50, 114);
	color: #fff;
	font-size: 16px;

}

.more-add:hover {
	background-color: #ff5e14;
	color: #fff;
}

/* pro */
.tit-pro {
	width: 100%;
	height: 100px;
}

.tit-pro .title {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tit-pro .zh {
	color: #ff5e14;
	font-weight: 600;
	font-size: 30px;
	font-family: 微软雅黑;
	padding: 0 20px;
}

.tit-pro .zh span {
	color: rgb(39, 50, 114);
	margin-right: 20px;
}

.tit-pro .en {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: rgb(0, 0, 0);
	position: relative;
}

/* 产品 */
.pro-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.pro-nav a {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 20%;
	transition: all 1s;
}

.pro-nav a:hover {
	width: 600px;
	transition: all 1s;
}

.pro-nav .pro-nav-img {
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pro-nav .pro-nav-img img {
	object-fit: contain;
	width: 500px;
	height: 500px;
}

.pro-nav .pro-nav-name {
	margin-top: 20px;
	font-size: 18px;
	font-family: 微软雅黑;
	line-height: 140%;
	color: #fff;
	font-weight: 600;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #999;
}


/* 优势 */
.ys-tit {
	text-align: center;
	font-weight: 600;
}

.ys-tit .ys-tit-ch {
	color: rgb(255, 255, 255);
	font-family: "times new roman";
	font-size: 28px;

}

.ys-tit .ys-tit-en {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
}

.ys-mian {
	margin-top: 150px;
	padding: 100px 0;
	position: relative;
	background-image: url('../images/ysbg.jpg');
}

.ys-mian .ys-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
}

.ys-mian .ys-item {
	width: 45%;
	margin-top: 30px;

}

.ys-mian .ys-item .item-box {
	width: 350px;
}

.ys-mian .ys-item .item1 {
	text-align: left;

}

.ys-mian .ys-item2 {
	display: flex;
	justify-content: flex-end;

}

.ys-mian .ys-item4 {
	display: flex;
	justify-content: flex-end;
}

.ys-mian .ys-item .item2 {
	text-align: right;
}

.ys-mian .ys-item .item3 {
	text-align: left;
}

.ys-mian .ys-item .item4 {
	text-align: right;

}

.ys-mian .item-box .ys-title {
	color: #000;
	display: block;
	color: rgb(255, 94, 20);
	font-size: 20px;
	color: rgb(255, 94, 20);
}

.ys-mian .ys-content {
	font-size: 16px;
	margin-top: 20px;
	font-family: 微软雅黑;
	font-size: 13px;
	line-height: 180%;
	color: rgb(204, 204, 204);

}

.ys-mian .ys-img {
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-180px);
	width: 360px;
}

.ys-mian .ys-img img {
	width: 360px;
}

.ys-mian .ys-img img:hover {
	transform: scale(1.2);
	transition: all 1s;
}

/* 行业应用 */
.Industry-bg {
	padding: 100px 0;
}

.Industry-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.Industry-nav a {
	height: 360px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 20%;
	transition: all 1s;
	margin-right: 20px;
}

.Industry-nav a:hover {
	width: 300px;
	transition: all 1s;
}

.Industry-nav a:hover .Industry-nav-name {
	transition: all 1.5s;
	bottom: 140px;
}

.Industry-nav .Industry-nav-img {
	width: 100%;
	height: 360px;
}

.Industry-nav .Industry-nav-img img {
	object-fit: cover;
	width: 100%;
	height: 360px;
}

.Industry-nav .Industry-nav-name {
	height: 60px;
	margin-top: 20px;
	font-size: 18px;
	font-family: 微软雅黑;
	line-height: 140%;
	color: #fff;
	font-weight: 600;
	position: absolute;
	z-index: 99;
	width: 100%;
	bottom: 20px;
	left: 10px;
}

/* 关于我们 */
.home-about {
	overflow: hidden;
	width: 100%;
	height: 560px;
	position: relative;
	background-image: url('../images/about-bg.png');
	background-color: rgb(39, 50, 114);
}

.about-main {
	height: 560px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.home-about .about-nr {
	width: 450px;
}

.home-about .about-title {
	font-size: 22px;
	font-weight: 600;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
}

.home-about .about-border {
	overflow: hidden;
	color: #fff;
	font-family: 微软雅黑;
	font-family: 微软雅黑;
	font-size: 14px;
	line-height: 200%;
	color: rgb(255, 255, 255);
	margin-top: 20px;
}


.home-about .about-more {
	text-align: center;
	width: 150px;
	display: block;
	padding: 10px 0px;
	background-color: #ff5e14;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}

/* 关于我们 */
.wrap {
	width: 1100px;
	height: 180px;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}

.wrap ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap ul li {
	float: left;
	width: 240px;
	height: 180px;
	margin-left: 20px;
}

.wrap .item {
	height: 180px;
}

.wrap .item:hover {
	height: 180px;
	margin-bottom: 10px;
	transition: all 1s;
}

.wrap .card-img {
	width: 240px;
	height: 180px;
}

.wrap .card-img img {
	width: 240px;
	height: 180px;
	object-fit: cover;
}

/* 新闻 */
.news-bg {
	padding: 100px 0;
}

.news-home {
	margin-top: 50px;
}

.news-home .news-item {
	width: 100%; 
}

.news-home .news-item:hover img {
	
	transform: scale(1.2);
	transition: all 1s;

}

.news-home .news-img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

 
.news-home .news-img img {
	height: 260px;

}

.news-home .news-title {
	font-family: Microsoft YaHei;
	font-size: 18px;
	padding-top: 10px;
	color: #5A5A5A;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
	display: block;
}

.news-home .news-title:hover {
	color: #ff5e14;
}

.news-home .news-date {
	display: block;
	font-family: Microsoft YaHei;
	font-size: 14px;
	padding-top: 5px;
	color: #929292;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;

}

.news-home .news-desc {

	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

/* 合作伙伴 */
.home-gszz {
	width: 100%;  
}
 
.wrap1 {
	width: 1200px;
	height: 230px;
	margin: 0px auto; 
	position: relative;
	overflow: hidden;
}

.wrap1 ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap1 ul li {
	float: left;
	width: 200px;
	height: 230px;
	margin-left: 30px;
}

.wrap1 .item {
	height: 300px;
}

.wrap1 .item:hover {
	height: 300px;
	margin-bottom: 10px;
	transition: all 1s;
}

.wrap1 .card-img {
	width: 200px;
	height: 100px;
}

.wrap1 .card-img img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}
.wrap1 .card-tit {
	text-align: center;
	font-size: 16px;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	object-fit: contain;
}


.container {
	max-width: 1200px !important;
}

.line-bottom {
	background: url('../images/xgray_line01.png');
	height: 5px;
	width: 100%;
	margin: 15px 0;
}