 .ui-content{
	 width: 100%;
 }
 .ui-cnt-tp{
	 width: 100%;
	 height: 64px;
	 background: #F8F8F8;
	 display: flex;
	 align-items: center;
 }
 .ui-cnt-tp-min{
	 width: 1400px;
	 margin: auto;
	 display: flex;
	 align-items: center;
 }
 .ui-cnt-tp-img{
	 width: 16px;
	 height: 20px;
	 display: block;
	 margin-right: 10px;
 }
 .ui-cnt-tp-p{
	 font-size: 16px;
	 font-family: Source Han Sans CN;
	 font-weight: 500;
	 color: #999999;
 }
 .ui-cnt{
	 width: 1400px;
         min-height: 382px;
	 margin:40px auto;
	 display: flex;
	 justify-content: space-between;
 }
 .ui-cntl{
	 width: 240px;
 }
 .ui-cntl-h{
	 width: 100%;
	 height: 61px;
	 background-color: #16669C;
	 font-size: 22px;
	 font-family: Source Han Sans CN;
	 font-weight: 500;
	 color: #FFFFFF;
	 padding: 0 20px;
	 box-sizing: border-box;
	 display: flex;
	 align-items: center;
 }
 .ui-cntl-li{
	 width: 100%;
	 height: 59px;
	 border-bottom: 1px solid #FFFFFF;
	 font-size: 18px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #303030;
	 padding: 0 20px;
	 box-sizing: border-box;
	 background-color: #EEEEEE;
	 display: flex;
	 align-items: center;
	 /*background-image: url("../images/ltl1.png");
	 background-repeat: no-repeat;
	 background-size: 10px 15px;
	 background-position: 92% center;*/
 }
 /*.ui-cntl-li:hover{
	 color: #16669C;
	 background-image: url("../images/ltl2.png");
	 background-repeat: no-repeat;
	 background-size: 10px 15px;
	 background-position: 92% center;
 }*/
 .ui-cntr{
	 width: 1140px;
	 
 }
 .ui-cntr-top{
	 width: 100%;
	 border-bottom: 1px solid #E1E1E1;
	 padding-bottom: 20px;
 }
 .ui-cntr-top-h{
	 font-size: 26px;
	 font-family: Source Han Sans CN;
	 font-weight: 500;
	 color: #333333;
	 text-align: center;
 }
 .ui-cntr-topb{
	 display: flex;
	 width: 420px;
	 margin:20px auto 0;
 }
 .ui-cntr-topb-p{
	 font-size: 14px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #333333;
	 line-height: 26px;
	 padding-right: 20px;
 }
 .ui-cnt-bx{
	 font-size: 18px;
	 font-family: Source Han Sans CN;
	 font-weight: 400;
	 color: #333333;
	 line-height: 30px;
	 text-indent: 2em;
	 padding-top: 20px;
 }
 .ui-cnt-bx img{
	 width: 100%;
	 display: block;
	 height: 727px;
	 margin:20px auto 20px; 
 }
 .ui-footer {
	width: 100%;
	height: 200px;
	background: url("../images/ftbg1.png") no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	box-sizing: border-box;
}

.ui-ft {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 6px 0;
}

.ui-ft img {
	width: 18px;
	height: 20px;
	display: block;
	margin-right: 10px;
}
@media screen and (max-width: 1400px) {
	.ui-cnt-tp-min{
		max-width: 1300px;
	}
	.ui-cnt{
		max-width: 1300px;
	}
	.ui-cntr{
		width: 1020px !important;
	}
}
 