body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	font-size: 16px;
	font-family: "微软雅黑", Microsoft YaHei;
    min-width: 1080px;
}
* {margin: 0; padding: 0; outline: none; blr: expression(this.onFocus=this.blur()); }
body, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {list-style: none; text-decoration: none; margin: 0; }
/*愿景*/
.about_w{width: 100%; margin: 40px 0 40px 0; text-align: center;}
.about_s{width: 70%; margin: 0 auto; text-align: center;}

.about_s  dl{width: 50%; height: 300px; text-align: center; float: left; }
.about_s  dl dt{width:85px; height: 85px; background-image: url(../img/about_icon.png); background-repeat: no-repeat; margin:auto; }
.about_s  dl dd{text-align: center;}
.about_s  dl dd span{display: block; color: #000000; font-weight: bold; font-size: 30px; margin-top: 20px; }
.about_s  dl p{width: 100%; height: 30px; }
.about_s  dl dd p{color: #999999; font-size: 18px; line-height: 35px; margin-top: 25px; }
.about_s .dlo{background: #f2f3f4; }
.about_s .dlo dt{background-position: 0 0; }
.about_s .dlt{background: #fafbfc; }
.about_s .dlt dt{background-position:-186px 0; }
.about_s .dls{background: #fafbfc; }
.about_s .dls dt{background-position: -383px 0; }
.about_s .dlf{background: #f2f3f4; }
.about_s .dlf dt{background-position: -585px 0; }
.about_s .dlr{background: #f2f3f4; }
.about_s .dlr dt{background-position: -760px 0; }
.about_s .dly{background: #fafbfc; }
.about_s .dly dt{background-position: -953px 0; }
.about_s dl:hover{background:#13a444; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; }
.about_s dl:hover dd span{color: #fff; }
.about_s dl:hover dd p{color: #fff; }
.about_s .dlo:hover dt{background-position: -92px 0; }
.about_s .dlt:hover dt{background-position: -284px 0; }
.about_s .dls:hover dt{background-position: -483px 0; }
.about_s .dlf:hover dt{background-position: -671px 0; }
.about_s .dlr:hover dt{background-position: -843px 0; }
.about_s .dly:hover dt{background-position: -1040px 0; }