/*首页*/
/*选择我们*/
.xz_bt {
	margin-top: 70px;
}

.xz_bt p {
	font-size: 24px;
	color: #434343;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}

.xz_bttop {
	height: 30px;
	width: 350px;
	margin: 0 auto;
}

.xz_bttop img {
	width: 22px;
	height: 22px;
	padding-top: 5px;
}

.xz_bttop h3 {
	float: left;
	color: #053e78;
	font-size: 30px;
	padding: 0 20px;
	font-weight: bold;
	line-height: 30px;
}

.ioc_box {
	width: 1200px;
	margin: 0 auto;
}

.ioc_box li {
	float: left;
	width: 162px;
	margin: 39px;
}

.ioc_list {
	width: 118px;
    margin: 0px auto;
	height: 118px;
	overflow: hidden;
}

.ioc_box li p {
    text-align: center;
	font-size: 18px;
	color: #434343;
}

.xz_mor {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.xz_mor a {
	color: white;
	font-size: 18px;
	padding: 10px 60px;
	border: 1px solid #04a4e4;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}

.xz_mor a:hover {
	color: white;
	border: none;
	background: #04a4e4;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	transition: all 0.5s;
}

.ioc_box li:first-child .ioc_list {
	background: url(../ico03.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child .ioc_list:hover {
	background: url(../ico03.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li .ioc_list {
	background: url(../ico04.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li .ioc_list:hover {
	background: url(../ico04.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li .ioc_list {
	background: url(../ico05.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li .ioc_list:hover {
	background: url(../ico05.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li .ioc_list {
	background: url(../ico06.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li .ioc_list:hover {
	background: url(../ico06.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li+li .ioc_list {
	background: url(../ico07.png) no-repeat 0 0;
	transition: all 0.5s;
}

.ioc_box li:first-child+li+li+li+li .ioc_list:hover {
	background: url(../ico07.png) no-repeat 0 -118px;
	transition: all 0.5s;
}

