.serviceflx{
	display:flex;
	justify-content: space-between;
}

.xin_box{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 80px 10%;
}
.xin_i{
	border: 1px solid #3f8bd7;
	margin: 10px;
	overflow: hidden;
}
.xin_i a img{
	-moz-transition: all .3s ease;
  	transition: all .3s ease;
  	top: 0;
	left: 0;
	width: 100%;
}
.img1 img{
	-moz-transition: all .3s ease;
  	transition: all .3s ease;
  	top: 0;
	left: 0;
}
.xin_i:hover img{
	transform: scale(1.1);
}
.img1:hover img{
	transform: scale(1.1);
}
.xin_box_fl{
	display:flex;
	justify-content: space-between;
}
.img1{
	padding:10px;
}
.even td{
	border: none;
    padding: 0 0 3px 103px;
    vertical-align: bottom;
}
.xin_box table th{
	background: #3f8bd7;
}
.xin_box table th.th1 {
    text-align: center;
}
.xin_box table th {
    line-height: 30px;
    text-align: left;
    text-indent: 20px;
    color: #fff;
}
.xin_box table td {
    padding-left:20px;
    border-top: 1px dotted #bbb;
    font-size: 14px;
}
.xin_box table tr.even td {
    border: none;
}
@media only screen and (max-width: 760px)
{
	.serviceflx{
	display:block;
}
	.w_b{
		display: none;
	}
	.xin_box{
		padding: 0;
	}
	.xin_box table td{
		padding-left: 5px;
	}
	.xin_box_fl{
		display: block;
	}
}