/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Microsoft Yahei";
    background: #fff;
    font-size: 14px;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
.cell {
    display: table-cell;
    width: 2000px;
    /*IE8+ BFC特性*/
    *display: inline-block;
    *width: auto; 
    /*IE7- 伪BFC特性*/
}
.clearfloat {
	*zoom:1;
}
.clearfloat:after {
	content: "";
	clear: both;
	/*display: table;*/
	display: block;
	overflow: hidden;
	height: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 文本 */
.bold {
  font-weight: bold;
}

.text-16 {
  font-size: 16px;
  white-space: nowrap;
}
.text-13 {
  font-size: 13px; 
}
.text-14 {
  font-size: 14px;
  line-height: 2;
}
.text-15 {
  font-size: 15px;
  line-height: 2;
}
.text-10 {
  font-size: 10px;
  line-height: 2;
}
.text-12 {
  font-size: 12px;
  line-height: 1.5;
}

.text-18 {
  font-size: 18px;
  line-height: 1.5;
}
.text-20 {
  font-size: 20px;
  white-space: nowrap;
}
.text-24 {
  font-size: 24px;
}
.text-30 {
  font-size: 30px;
}
.text-indent {
  text-indent: 2em;
}
.color-w {
  color: #fff!important;
}
.color-b {
  color: #333;
}
.advantage .text-16 {
  color: #333;
}
.advantage .text-14, .advantage .text-12, .color-a9 {
  color: #a9a9a9;
  white-space:nowrap;
}
.framework-ul-top > .text-16, .framework-ul-bottom > .text-16, .text-13 {
  color: #adadad;
}

.mar-left- {
  margin-left: 2.5%;
}
.mar-top-1 {
  margin-top: 1em;
}
.mar-top-2 {
  margin-top: 2em;
}
.mar-top-1- {
  margin-top: 1%;
}
.mar-top-2- {
  margin-top: 2%;
}
.mar-top-6- {
  margin-top: 6%;
}
.mar-top-10- {
  margin-top: 10%;
}
.mar-top-15- {
  margin-top: 15%;
}
.mar-bottom-5 {
  margin-bottom: .5em;
}
.mar-bottom-1 {
  margin-bottom: 1em;
}
.mar-bottom-2 {
  margin-bottom: 2em;
}
.mar-bottom-3 {
  margin-bottom: 3%;
}
.mar-bottom-5 {
  margin-bottom: 5%;
}
.mar-bottom-8 {
  margin-bottom: 8%;
}
.mar-bottom-3e {
  margin-bottom: 3em;
}
.mar-bottom-4 {
  margin-bottom: 4em;
}
.mar-bottom-6 {
  margin-bottom: 6em;
}
.mar-top-5 {
  margin-top: .5em;
}




/* ---------解决方案-------------------- */

/* banner标题 */
.banner-title {
  font-size: 36px;
  white-space:nowrap; 
}
/* banner标题 下划线 */
.banner-line {
  margin: 0 auto;
  height: 2px;
  background: #fff;
  display: inline-block;
  width: 180px;
}




.square {
  background: url(../images/main_adv_bg_selected.png) no-repeat center center;
  background-size: 80% 100%;
}

.square > .text-16 {
  margin: 5% 0;
}
.advantage .text-16 {
  margin: 5% 0;
}