.ui-content {
	width: 1200px;
	margin: auto;
}

.ui-cnt-tp1 {
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}

.ui-cnt-tpl1 {
	display: flex;
	align-items: center;
}

.ui-cnt-tpl-img1 {
	width: 16px;
	height: 20px;
	display: block;
	margin-right: 10px;
}

.ui-cnt-tpl-p1 {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.ui-cnt-tpl-p1 span {
	color: #BF001A;
}

.ui-cnt1 {
	width: 1200px;
	height: 83px;
	display: block;
	background-color: #F6F6F6;
	margin: 30px 0;
}

.ui-cnt1-min {
	display: flex;
	align-items: center;
	height: 83px;
	float: left;
	margin-left: 20px;
}

.ui-cnt1-li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.ui-cnt1-li-p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.ui-cnt1-li-pt {
	width: 165px;
	height: 49px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	outline: none;
	border: none;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #949494;
	padding: 0 10px;
	box-sizing: border-box;
}

.ui-cnt1-li-sel {
	width: 180px;
	height: 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	outline: none;
	border: none;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #949494;
	appearance: none;
	background-image: url("../images/op2.png");
	background-repeat: no-repeat;
	background-size: 12px 7px;
	background-position: 90% center;
	padding: 0 10px;
	box-sizing: border-box;
}

.ui-cnt1r {
	width: 136px;
	height: 47px;
	display: block;
	background: url("../images/mb1.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.ui-cnt1r p {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 60px;
}

.ui-cnt1b {
	width: 100%;
	height: 525px;
	padding: 30px 25px;
	box-sizing: border-box;
	background: url("../images/mgd3.png") repeat-x;
	background-size: 100% 100%;
	margin-bottom: 30px;
	display: flex;
}
.ui-cnt1b-img-bx{
	width: 345px;
	height: 466px;
	overflow: hidden;
	margin-right: 60px;
}
.ui-cnt1b-img {
	width: 345px;
	height: 466px;
	display: block;
	
	transition:transform 1s;
}
.ui-cnt1b-img:hover{
	transform: scale(1.1);
}

.ui-cnt1br {
	width:600px;
}

.ui-cnt1br-h {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	padding-bottom: 20px;
}

.ui-cnt1brm {}

.ui-cnt1brm p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.ui-cnt1br-img {
	width: 170px;
	height: 40px;
	display: block;
	margin-top: 40px;
	float: left;
	margin-right: 20px;
}
.ui-cnt1b-ul {
	width: 1200px;
	display: flex;
	/* justify-content: space-between; */
	margin-bottom: 40px;
}
.ui-cnt1b-li {
	width: 240px;
	margin-right: 80px;
}
.ui-cnt1b-lis{
	width: 240px;
	height: 310px;
	background: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-cnt1b-lis-bx{
	width: 200px;
	height: 270px;
	overflow: hidden;
}
.ui-cnt1b-lis-bx-img{
	width: 200px;
	height: 270px;
	display: block;
	transition:transform 1s;
}
.ui-cnt1b-lis-bx-img:hover{
	transform: scale(1.1);
}
.ui-cnt1b-li-h{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 23px;
	padding-top: 15px;
	text-align: center;
}
.ui-cnt1b-li:last-child {
	margin-right: 0;
}