.ui-content {
	width: 1200px;
	margin: auto;
}

.ui-cnt-tp {
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}

.ui-cnt-tpl {
	display: flex;
	align-items: center;
}

.ui-cnt-tpl-img {
	width: 16px;
	height: 20px;
	display: block;
	margin-right: 10px;
}

.ui-cnt-tpl-p {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.ui-cnt-tpl-p span {
	color: #BF001A;
}

.ui-cnt1 {
	width: 100%;
	margin-top: 57px;
}
.ui-cnt9-tp{
	width: 1200px;
	height: 120px;
	margin-top: 40px;
	display: block;
}
.ui-cnt9-tp img{
	width: 1200px;
	height: 120px;
	display: block;
}
.ui-cnt1-tp {
	width: 100%;
	height: 36px;
	background: #F0F0F0;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}

.ui-cnt1-tpl {
	display: flex;
	position: absolute;
	top: -15px;
	align-items: center;
}

.ui-cnt1-tpl img {
	width: 39px;
	height: 40px;
	display: block;
	margin-right: 30px;
}

.ui-cnt1-tpl p {
	font-size: 28px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #AD0000;
	line-height: 10px;
}

.ui-cnt1-tpr {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #AD0000;
	position: absolute;
	top: -10px;
	right: 10px;
}

.ui-cnt1m {
	width: 100%;
	height: 159px;
	background: url("../images/rw11.png") no-repeat;
	background-size: 100% 100%;
	display: block;
	margin-top: 40px;
	padding: 30px;
	box-sizing: border-box;
}

.ui-cnt1m-tp {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ui-cnt1m-tp-h {
	font-size: 22px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-cnt1m-tp-t {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.ui-cnt1m-p {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F5F7FB;
	line-height: 30px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ui-cnt1b {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ui-cnt1bl {
	width: 580px;
}

.ui-cnt1bl-li {
	width: 100%;
	padding: 30px 0;
	display: flex;
	border-bottom: 1px solid #E1E1E1;
}
.ui-cnt1bl-li:hover .ui-cnt1bl-lir-h{
	color: #BF0000;
}
.ui-cnt1bl-lil {
	width: 96px;
	height: 96px;
	background: #FBEBEB;
	padding: 10px;
	box-sizing: border-box;
}

.ui-cnt1bl-lil-h {
	font-size: 34px;
	font-family: SimHei;
	font-weight: 400;
	color: #BF0000;
	line-height: 37px;
	text-align: center;
}

.ui-cnt1bl-lil-line {
	width: 76px;
	height: 1px;
	background: #FDC0C0;
	opacity: 0.3;
}

.ui-cnt1bl-lil-p {
	font-size: 16px;
	font-family: SimHei;
	font-weight: 400;
	color: #BF0000;
	line-height: 37px;
	text-align: center;
}

.ui-cnt1bl-lir {
	margin-left: 20px;
	width: 80%;
}

.ui-cnt1bl-lir-h {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-cnt1bl-lir-p {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ui-cnt1br {
	width: 580px;
}

.ui-cnt2 {
	width: 100%;
	margin-top: 57px;
}

.ui-cnt2-ul {
	width: 100%;
	margin-top: 40px;
}

.ui-cnt2-li {
	width: 320px;
	display: block;
	margin-right: 93px;
	margin-bottom: 40px;
	float: left;
}
.ui-cnt2-li-img:hover{
	transform: scale(1.1);
}
.ui-cnt2-li:nth-child(3n){
	margin-right: 0;
}
.ui-cnt2-li-img {
	width: 373px;
	height: 240px;
	display: block;
	transition:transform 2s ;
}

.ui-cnt2-li-p {
	width: 100%;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}