@charset "utf-8";

/* CSS Document */



/* Reset */

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;

}


.title {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(44, 153, 196)),color-stop(1, rgb(25, 102, 155)));
	background-image: -moz-linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	background-image: linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color:#fff;
	margin-top:-20px;
}
.title h1 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:37px;
letter-spacing:10px;
line-height:65px;
margin-left:20px;

}

.title h2 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:20px;
letter-spacing:10px;
line-height:40px;
margin-top:10px;

}

.title h3 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:20px;
letter-spacing:10px;
line-height:35px;
margin-top:30px;

}

.title b{
	position:absolute;
	z-index:500px;
	margin-top:20px;
	font-size:20px;
	}
.title a {color:#fff}

.p1 {
	 font-size:30px; 
	 color:#54c9ed; 
	 font-family:Microsoft YaHei;
	 text-align:center;
	 line-height:40px;
	 margin-top:20px;
     }
	 
.p2 {
	 font-size:18px; 
	 color:#54c9ed; 
	 font-family:Microsoft YaHei;
	 text-align:center;
	 line-height:20px;
     }
	 
.features h4{
	color:#54c9ed;
	font-family:'Microsoft YaHei';
	font-size:26px;
	text-align:left;
	border-left:5px solid #2c99c4;
	padding-left:10px;
	line-height:32px;
	margin-left:20px;
	margin-top:10px;
}
.features p{
	font-family:'Microsoft YaHei';
	font-size:19px;
	text-align:left;
	line-height:28px;
	margin-left:35px;
	margin-right:20px;
	text-align: justify;
    text-justify:inter-ideograph;
}

#toRoot {
	padding:20px 0;
	text-align:center;
	font-size:20px;
}

#toRoot a:link,
#toRoot a:visited {
	padding:0.5em 1.8em;
	text-decoration:none;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(211, 211, 211)));
	background-image: -moz-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	background-image: linear-gradient(top,rgb(255, 255, 255) 0%,rgb(211, 211, 211) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	text-shadow   : 0px 1px 0px rgb(255, 255, 255);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color: #4c4c4c;
	border:solid 1px #a6a6a6;
}
