*{
	padding: 0px;
	margin: 0px;
}
.ui-title{
	width: 100%;
	height: 96px;
	background-color: #F9F9F9;
}
.ui-tl-min{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ui-tl-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 40px;
}
.ui-tlr{
	display: flex;
	margin-top: 23px;
}
.ui-tlr-bx{
	width: 503px;
	height: 51px;
	position: relative;
}
.ui-tlr-bx-img{
	width: 28px;
	height: 29px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.ui-tlr-bx-pt{
	width: 438px;
	height: 51px;
	padding-left: 65px;
	outline: none;
	border: 1px solid #CFCFCF;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C0C0C0;
}
.ui-tlr-bx-pt::-webkit-input-placeholder{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C0C0C0;
}
.ui-tlr-p{
	width: 94px;
	height: 51px;
	background-color: #ED4040;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
}
.ui-content {
	width: 1200px;
	margin: auto;
	min-height: 506px;
}
.ui-ct1{
	width: 100%;
	display: flex;
	margin: 30px 0px;
}
.ui-ct1-img{
	width: 732px;
	/* height: 433px; */
	height: 286px;
}
.ui-ct1r{
	width: 416px;
	/* height: 373px; */
	height: 226px;
	background-color: rgba(0,0,0,0.6);
	padding: 30px 25px;
}
.ui-ct1r-h{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	
}
.ui-ct1r-p1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 20px 0px;
}
.ui-ct1r-p2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
    margin: 20px 0px;
}
.ui-ct1r-sp2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #FFFFFF;
	padding: 10px 30px;
	background-color: rgba(255,255,255,0.2);
}
.ui-ct1r-sp3{
	font-size: 24px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #FFFFFF;
}
.ui-ct1rb{
	width: 365px;
	height: 125px;
	padding: 25px;
	background-color: rgba(255,255,255,0.2);
}
.ui-ct1rb1{
	margin-bottom: 8px;
}
.ui-ct1rb1-tp{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.ui-ct1rb1-p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.ui-ct1rb-p{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 11px 31px;
	background-color: #ED4040;
	float: left;
	margin-top: 20px;
}
.ui-ct2{
	width: 100%;
}
.ui-ct2-tp{
	width: 100%;
	height: 46px;
	background-color: #F7F7F7;
}
.ui-ct2-tp-p{
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height:45px;
	margin: 0px 30px;
	cursor:pointer;
}
.ui-current{
	color: #E55034;
	border-bottom:2px solid #E55034;
}
.ui-ct2-bx{
	padding: 35px 0px;
}
.ui-ct2-bx p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
}
.ui-ct2-bx img{
	width: 90%;
	margin:25px auto;
	display: block;
}