/*优势,学校开放日蓝色底色*/
.mod-op{

    padding-top: 70px;
    margin-bottom: 20px;
    background:#3f81be;


}

.mod-op h2{

	text-align: center;

	font-size: 40px;

	color:#fff;

}



.mod-op .service{

    background-image: url(/statics/index/zt7_img/border2.jpg);

    background-repeat: repeat-x;

    background-position: center;

    text-align: center;

    margin-top: 15px;

    margin-bottom: 70px;

}

.mod-op .service p{
	padding:0px 30px;
	color:#fff;
	font-size: 24px;
	background: #3f81be;
	position: relative;
	display: inline-block;
}

.mod-op p:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.mod-op .service p:after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.mod-op .service p:after, .mod-op .service p:before {
    background-image: url(/statics/index/zt7_img/border2.jpg);
}
.content2 li{
    float: left;
    margin-right: 2%;
    width: 19.5%;
    padding:2%;
    height: 250px;
    background:#fff;
    position: relative;

}

/*优势,学校开放日蓝色底色end*/