/** {
	margin: 0 0;
	padding: 0 0;
}*/

.App2 {
	width: 1004px;
	margin: 50px auto;
}

.text2 {
	width: 1004px;
	height: 100px;
	list-style: none;
	border: 1px solid #cccccc;
}

.text2>li {
	float: left;
	width: 250px;
	height: 100px;
	border-right: 1px solid #cccccc;
}

ul>li:last-child {
	border-right: none;
}

.text2,
.text2>li {
	height: 120px;
}

.text2 {
	border-top: none !important;
	border: 1px solid #eeeeee;
}

.text2 li {
	border-right: 1px solid #eeeeee;
	/* text-align: center; */
}

li>p {
	text-align: center;
}


span_1{
        display: block;
        width: 0px;
        height: 0px;
        border-radius: 50%;
        background: black;
        float: left;
        margin: 5px 50px 0 0;
    }

.div_text2 {
	margin: 50px 40px;
}



#baktop {
    width: 51px;
    height: 51px;
    position: fixed;
    right: 30px;
    display: block;
    bottom: 50px;
    background: url(../images/backtop.png) no-repeat left top;
    /*z-index: 1;*/
    cursor: pointer;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
