
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.Service-box {
    background-color: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.Service-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.Service-item {
    display: block;
    width: 130px;
    padding: 5px 2px;
    text-align: center;
    float: left;
    height: 150px;
    margin: 0 0 10px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image {
    display: inline-block;
    height:50px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    border: 3px solid transparent;
    margin: 0;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image img {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
}

.item-title {
    line-height: 14px;
    font-size: 14px;
    color: #3D3D3D;
    /*padding: 10px 14px 7px;*/
    padding-top: 10px;
    padding-left:30px;
    /*padding-right: 30px;*/
    /*padding-bottom: 10px;*/
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
    font-weight: normal;
    margin-top: 2px;
}

.item-text {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #05A6F3;
    margin: 17px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item + .Service-item {
    margin-left: 20px;
    position: relative;
}

.item-tag {
    width: 67px;
    height: 67px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}
.boxs{
	height: 300px;width: 90%;margin-left: 5%
}
.boxcon{
	width: 100%;
	height: 50%;
	
}
.box1{
	height: 100%;width: 49%;float: left;background-color: #5c9bd0;border-radius: 20px
	
}
.box2{
	height: 100%;width: 49%;float: right;background-color: #5c9bd0;border-radius: 20px;
}
.box-bottom{
	height: 40%;width: 100%;margin-top: 2%;background-color: #ff7000;border-radius: 20px;
}
@media only screen and (max-width: 767px) {
	.Service-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Service-item {
    float: none;;
}
.Service-item:nth-child(odd){
    margin-left: 0;
}
.Service-item:nth-child(1) {
    margin-left: -56px;
}
.boxs{
	height: 460px;
}
.boxcon{
	
	height: 300px;
	
}

	.box1{
	height: 150px;width: 100%;float: none;
	margin-bottom: 15px;
	
}
	.box2{
	height: 150px;width: 100%;float: none;
	margin-bottom: 15px;
}
.box-bottom{
	height: 150px;width: 100%;margin-top: 10%;
}
.group-content{
	margin-bottom: 5px;	
}
}