/* 应用中心开始 */
.application {
	width: 100%;
	overflow: hidden;
	margin: 80px 0px;
}

.application h3 {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 40px;
	margin-bottom: 30px;
}

:root {
	--color_1: #fff;
	--main-color: #1dd1a1;
}

.box {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box:before,
.box:after,
.box-content:before,
.box-content:after {
	content: '';
	background: linear-gradient(transparent, rgb(0 120 144));
	height: 100%;
	width: 25%;
	transform: translateY(-100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
	transform: translateY(0);
}

.box:after {
	left: 25%;
}

.box .box-content:before {
	left: 50%;
}

.box .box-content:after {
	left: 75%;
}

.box:hover:before {
	transition-delay: 0.225s;
}

.box:hover:after {
	transition-delay: 0.075s;
}

.box:hover .box-content:before {
	transition-delay: 0.15s;
}

.box:hover .box-content:after {
	transition-delay: 0s;
}

.box img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}

.box:hover img {
	/* filter: grayscale(100%); */
}

.box .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}

.content {
	width: 100%;
	padding: 7px 0;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 2;
	transition: all 0.3s ease 0.1s;
}

.box:hover .content {
	opacity: 1;
	bottom: 140px;
}

.box .title {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.box .post {
	color: var(--main-color);
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translateX(-50%);
	position: absolute;
	top: 15px;
	right: -10px;
	z-index: 2;
	transition: all 0.5s ease 0.3s;
}

.box .icon li {
	opacity: 0;
	transform: scale(0) rotate(360deg);
	transition: all 400ms;
}

.box:hover .icon li {
	opacity: 1;
	transform: scale(1) rotate(0);
}

.box .icon li a {
	color: #fff;
	background-color: #ba8843;
	font-size: 20px;
	line-height: 40px;
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
	border-radius: 50%;
	display: block;
	position: relative;
	transition: all 0.3s;
}

.fa {
	font-size: 23px;
	line-height: 48px;
}

.box .icon li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ba8843;
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width:990px) {
	.box {
		margin-bottom: -15px;
	}
}

@media only screen and (max-width:479px) {
	.box .title {
		font-size: 20px;
	}
}



.industry ul li img {
	width: 100%;
}

.industry_tit p {
	width: 100%;
	margin: 0px 0 25px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	padding: 12px 25px;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(162 100 0 / 19%);
}

.industry_tit p a {
	color: #333;
}

.industry_pica {
	position: relative;
	top: 0;
	transition: all .3s linear;
}

.industry_pica:hover {
	top: -3px;
}

/* 应用中心结束 */
/* 企业新闻开始 */
.new_box {
	width: 100%;
	overflow: hidden;
	margin: 80px 0px;
}

.new li {
	padding: 30px 0;
	border-bottom: 1px solid rgba(77, 79, 78, 0.1);
	position: relative;
}

.new li a {
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}

.new_img {
	width: 300px;
	height: auto;
	float: left;
}

.new_img img {
	width: 100%;
	height: 200px;
}

.new2 {
	width: 60%;
	float: left;
	margin-left: 4%;
	margin-top: 1%;
}

.new2 h2 {
	font-size: 24px;
	color: #1c2933;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 1px;
}

.new2 h3 {
	font-size: 14px;
	color: #1c2933;
}

.new2 .p {
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	letter-spacing: 1px;
}

.new li i {
	width: 16px;
	height: auto;
	float: right;
	display: block;
	padding: 5% 4%;
	box-sizing: content-box;
	position: relative;
}

.new li i::after {
	width: 1px;
	height: 150px;
	top: 63%;
	margin-top: -86px;
	left: 0;
	content: "";
	background-color: rgb(116 116 116 / 10%);
	position: absolute;
}

.new li i img:nth-child(2) {
	display: none;
}

.rig_ico {
	font-size: 46px;
	margin-top: 11px;
}

.new li:hover {
	padding: 30px 0;
}

.new li:hover a {
	background-color: #007890;
	transition: all .6s;
}

.new li:hover .new2 h2 {
	color: #fff;
}

.new li:hover .new2 h3 {
	color: #fff;
	opacity: 0.8;
}

.new li:hover .new2 .p {
	color: #fff;
	opacity: 0.8;
}

.new li:hover .new2 .p::after {
	background-color: #fff;
}

.new li:hover i::after {
	background-color: #fff;
	opacity: 0.1;
}

.new li:hover i img:nth-child(2) {
	display: block;
}

.new li:hover i img:nth-child(1) {
	display: none;
}

.new li:hover .rig_ico {
	color: #fff;
}

/* 企业新闻结束 */
/* 分页 */
.qylb_pic_box {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
}

.qylb_pic_box .fy {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.qylb_pic_box .fy li {
	margin: 0 !important;
}

.qylb_pic_box .fy a {
	color: #333;
}

.qylb_pic_box .fy .pagination>.active>a,
.qylb_pic_box .fy .pagination>.active>a:focus,
.qylb_pic_box .fy .pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #ff0000;
	border-color: #ff0000;
}

.qylb_pic_box .fy .active {
	background-color: #ff0000 !important;
	color: #fff;
}

.fy .center {
	display: flex;
	align-items: center;
}

.fy .fy_inp {
	display: inline-block;
}

.fy .fy_inp .inp_span {
	margin: 0 10px;
}

.fy .fy_inp input {
	width: 50px;
	height: 31px;
	position: relative;
	top: -3px;
	text-align: center;
	border: 1px solid #ccc;
}

.fy .fy_inp button {
	height: 30px;
	position: relative;
	top: -3px;
	width: 51px;
	border: 0;
	background: #ff0000;
	color: #fff;
}

@media(max-width:768px) {

	/* 应用中心 */
	.application {
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.application h3 {
	    font-size: 16px;
	    letter-spacing: 1px;
	    text-align: left;
	    line-height: 28px;
	    margin-bottom: 30px;
	}

	.application .appli_js {
		font-size: 14px;
		line-height: 28px;
		color: #84898c;
		margin: 0 0 20px;
		padding: 0 10px;
		text-indent: 2em;
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
		transition: all .2s linear;
		width: 100%;
		height: 230px;
	}
	
	.new_img {
	    width: 100%;
	    height: auto;
	    float: left;
	}
	.new2 {
	    width: 100%;
	    float: left;
	    margin-left: 0%;
	    margin-top: 1%;
	}
	.new li i {
	    width: 16px;
	    height: auto;
	    float: left;
	    display: block;
	    padding: 0% 4%;
	    box-sizing: content-box;
	    position: relative;
	    display: none;
	}
	.new li {
	    padding: 20px 0;
	    border-bottom: 1px solid rgba(77, 79, 78, 0.1);
	    position: relative;
	}
	.new_box {
	    width: 100%;
	    overflow: hidden;
	    margin: 20px 0px;
	}
	.new2 h2 {
	    font-size: 20px;
	    color: #1c2933;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    letter-spacing: 1px;
	}
}
