* {
	margin: 0;
	padding: 0;
}

.ui-content {
	width: 100%;

}

.ui-cnt-top {
	width: 100%;
}

.ui-cnt-top-img {
	width: 100%;
	height: 360px;
	display: block;
	background: #11355E;
	box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.24);
	font-size: 44px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	overflow: hidden;
}
.ui-cnt-top-img div{
	width: 1440px;
	margin:135px auto 0;
	padding-left: 109px;
}
.ui-cnt-top-img div::after{
	content: "";
	width: 72px;
	height: 3px;
	background: #FFFFFF;
	display: block;
	margin-left: 50px;
	margin-top: 16px;
}

.ui-cnt-topb {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #D2D2D2;
	/* margin-top: 30px; */
}

.ui-cnt-topb-min {
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 100%;
}

.ui-cnt-topb-minl {
	display: flex;
}

.ui-cnt-topb-minl-p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 50px;
	position: relative;
}

.ui-cnt-topb-minl-p1 {
	color: #C30D23;
}

.ui-cnt-topb-minl-p1::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #C30D23;
	display: block;
	/* margin-top: 17px; */
	/* float: left; */
	position: absolute;
    left: 0;
    bottom: -10px;
}

.ui-cnt-topb-minr {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	display: flex;
}

.ui-cnt-topb-minr p {
	color: #C30D23;
}

.ui-cnt {
	width: 1440px;
	position: relative;
	margin: 40px auto;
}

.ui-cnt-ul {
}

.ui-cnt-li {
	width: 440px;
	height: 456px;
	background: #FFFFFF;
	box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.14);
	padding: 20px;
	box-sizing: border-box;
	margin-right: 60px;
	margin-bottom: 40px;
	float: left;
	-webkit-transition: linear 0.4s;
	-moz-transition: linear 0.4s;
	transition: linear 0.4s;
}
.ui-cnt-li:nth-child(3n){
	margin-right: 0;
}

.ui-cnt-lia {
	/* width: 100%; */
	height: 100%;
	display: block;
	text-decoration: none;
}

.ui-cnt-li:hover .ui-cnt-li-img{
	transform: scale(1.05);
	-webkit-transition: linear 0.4s;
	-moz-transition: linear 0.4s;
	transition: linear 0.4s;
}
.ui-cnt-li-img {
	width: 400px;
	height: 250px;
	display: block;
	-webkit-transition: linear 0.4s;
	-moz-transition: linear 0.4s;
	transition: linear 0.4s;
}

.ui-cnt-lib {
	width: 400px;
	margin: auto;
}

.ui-cnt-lib-h {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.ui-cnt-lib-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-top: 20px;
}

.ui-cnt-lib-vw {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	align-items: center;
}

.ui-cnt-lib-vw-p1 {
	width: 141px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C30D23;
}

.ui-cnt-lib-vw-p1::after {
	content: "查看详情>>";
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C30D23;
	display: block;
}

.ui-cnt-lib-vw-line {
	width: 1px;
	height: 30px;
	background: #C9C9C9;
}

.ui-cnt-lib-vw-p2 {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #10418A;
	width: 141px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-cnt-lib-vw-p2::after {
	content: "点击试用>>";
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #10418A;
	display: block;
}
.ui-cnt-li:hover .ui-cnt-lib-vw-p1{
	width: 141px;
	height: 40px;
	display: block;
}
.ui-cnt-li:hover .ui-cnt-lib-vw-p1::after{
	content: "";
	width: 141px;
	height: 40px;
	display: block;
	background-image: url("../images/pclt1.png");
	background-size: 100% 100%;
}
.ui-cnt-li:hover .ui-cnt-lib-vw-p2::after{
	content: "";
	width: 141px;
	height: 40px;
	display: block;
	background-image: url("../images/pclt2.png");
	background-size: 100% 100%;
}