.um-box li
{

}
.um-box li a
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 286px;
}
.um-box li a h3
{
	border-radius: 7px;
	width: 413px;
	height: 46px;
	line-height: 45px;
	background: #38569e;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.um-box li a p
{
	font-size:12px;
	color:#666;
	line-height: 25px;
}

.um-box .bd
{
    position: relative;
}
.um-box .um-box-btn a
{
	position: absolute;
  	display:block;
    width:50px;
    height:50px;
  	top:50%;
  	transform:translateY(-50%);
}

.um-box .um-box-btn a.prev
{
	left:-80px;
  	background:url("../image/next_01.png") no-repeat center;
}
.um-box .um-box-btn a.next
{
	right:-80px;
  	background:url("../image/next_02.png") no-repeat center;
}
.box-img
{
    width: 100%;
    overflow: hidden;
}
.box-img img
{
    transition: 0.5s;
    display: block;
    width: 100%;
}
li:hover .box-img img
{
    transform: scale(1.2);
}

/* product */
.product
{
    background: #eaeaea url(../image/fbg_03.jpg) repeat-x left top;
    padding: 30px;
    margin-top: 50px;
}
.pro-box 
{
    text-align: center;
}
.pro-box li
{
    width: 370px;
    padding: 13px 20px;
    background: #fff;
    border-radius: 5px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 30px 30px 0;
}
.pro-box li:nth-child(3n)
{
    margin-right:0;
}
.pro-box li p
{
    width: 100%;
    height: 54px;
    background: url(../image/pro_07.jpg) no-repeat right  center #375ba7;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
}

/* partner */
.par-hd
{
    line-height: 41px;
    border-bottom: 1px solid #ddd;
    background: url("../image/hz_03.jpg") no-repeat left bottom;
    font-size: 14px;
    color: #38569e;
    font-weight: bold;
}
.par-hd span
{
    color: #000;
    font-weight: normal;
}

a.par-more
{
    float: right;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.par-bd
{
    text-align: center;
    padding: 30px 0;
}
.par-bd li
{
    width: 92px;
    display: inline-block;
}
.par-bd li:nth-child(n+2)
{
    margin-left: 27px;
}